How can I check which experiments are using the most metrics? and does archiving those experiments save some space?
2 months ago
Hello! I get this error when running multiple jobs on the same dataset, would someone be able to help debug?: FileNotFoundError: Image Not Found /clearml_age...
2 months ago
Logger.current_logger().report_confusion_matrix( title="interaction (near field)", series="ignored", matrix=interaction, xaxis="X", yaxis="Y", ) Logger.curre...
2 months ago
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 ...
2 months 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...
2 months 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,...
2 months 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...
2 months ago
Another question, is it possible to visualize bboxes when uploading the dataset in YOLO format? Thanks
2 months 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...
2 months 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...
2 months 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 ...
2 months 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...
2 months 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...
2 months 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...
2 months 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...
2 months 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...
2 months 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. ...
2 months 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...
2 months 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...
2 months 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...
2 months 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...
2 months ago
👋 Hallo zusammen!
2 months ago
hi all is there an openapi schema for the clearml REST api?
3 months 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 ...
3 months 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...
3 months 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...
3 months 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...
3 months 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...
3 months 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...
3 months ago