Hi! I would like to report 2 "plt.imshow" images. Plain plotting (i.e. "plt.figure()") showed only the second one. When i tried to report through the Logger ...
15 days ago
Hi people! I would like to know how to delete old corrupted batches or projects I have errors in the web like Error 406 : Project has associated non-empty da...
17 days ago
Hi everyone. I'm facing a problem when connecting to Azure storage. When the task tries to download a dataset, it fails with the message 2024-08-29 11:02:19,...
18 days ago
I'm having issues with the fileserver, datasets are successfully uploaded but downloading models or previewing thumbnails of the dataset gives a 401. Looks l...
18 days ago
Another question, is it possible to visualize bboxes when uploading the dataset in YOLO format? Thanks
19 days ago
Hi! I'm trying to set up Clear ML, I don't know how to setup Azure container storage, for some reason it raises errors. I tried this None But it continues up...
19 days ago
hey there! I'm encountering an odd issue - I'm running my agents as python processes on a windows PC endpoints. I recently had a bug that forced me to delete...
19 days ago
Is there any way I can ensure specific python package versions are being installed? Basically I need torch==2.4.0+cu124 and torchvision==0.19.0+cu124, but I ...
19 days ago
Hi everyone, has anyone ever had issues with an Elasticsearch index being corrupted? We are unable to load the "scalars" tab on any experiment without gettin...
19 days ago
Hello! I am having a dependency issue with clearml. Would someone be able to help me understand how to debug it/replicate it? from ultralytics import YOLO Im...
19 days ago
Hi all, What would cause a ClearML autoscaler instance which is running enqueued tasks one after another to eventually get stuck in a 'Running' state while e...
20 days ago
Hey, everyone! Recently I tried to restore ClearML from backup and encountered elastic error. I decided to rule out that problem is in backup and just did fr...
20 days ago
Is there way to have dynamic pipeline parameters and use it inside pipeline controller? pipe.add_parameter(name="P", default="yes") print(pipe.get_parameters...
20 days ago
Hi, I am fairly new to clearml and would appreciate some help with this problem. My team currently uses the virtual environment mode to run the experiments. ...
20 days ago
Hi! We use ClearML self-hosted on a k8s cluster. I currently try to reduce the log level of the ClearML components such as the Apiserver, Fileserver, Webserv...
20 days ago
Hey there I'm currently trying to set up clearML serving while using Triton as my Engine. I'm currently experincing 405 errors when calling my endpoint or tr...
20 days ago
Some wierd bug with get_local_copy? I have: Dataset C (100x a.png, 100x b.json, 100x c.json) Dataset B (5x a.png, 5x b.json, 5x c.json, 10x new.json) Dataset...
20 days ago
Hi! We use ClearML self-hosted on a k8s cluster. Great work btw 😉 We are currently experiencing a problem with the debug samples of tasks. They are not show...
20 days ago
👋 Hallo zusammen!
21 days ago
hi all is there an openapi schema for the clearml REST api?
21 days ago
Hey, so I am trying to run a script to train a model using YoloV8 Ultralytics. When I run it locally on my computer it executes without any errors, but when ...
24 days ago
I am using version 1.16.3, and there is a new phenomenon that when I run a controller with several tasks or even just one when the task ends, it is once agai...
25 days ago
Hi, I have a question regarding ClearML Datasets. In the web ui, what causes the "Content" tab to show a list of the files in the dataset? It used to show au...
26 days ago
Agent and env variables (this is almost duplicate thread ) I’m running simple script: import os from dotenv import load_dotenv from clearml import Dataset, T...
27 days ago
Hi, I have a question. I am trying to create a pipeline using the pipeline = PipelineController and I have made sure to pass the name of my desired queue wit...
27 days ago
Can I ask how can we add a common docker credentials to allow clearml agent pod to pull images when spawned off? Where can we add in clearml.conf or the agen...
27 days ago
A Question regarding optimizing API usage for production monitoring Hi, I'm currently using ClearML for monitoring a production environment where I report me...
27 days ago
Hello, i have a basic question on ClearML purposes. i want it to receive tasks from front-end, like this: app = FastAPI() @app.post("/create_task") def creat...
28 days ago