It seems to be related to elastisearch clearml-elastic | "stacktrace": ["org.elasticsearch.action.search.SearchPhaseExecutionException: all shards failed", I...
one year ago
Hi I just updated our server to the latest version, but it seems to have broken all our running experiments. Scalars is totally down, I just get this error w...
one year ago
Hi, I have a question about the Model Registry. Here's my situation: I'm using k8s_example and struggling with uploading a model. Should models be uploaded t...
one year ago
Is there a way to reset the clearml workspace?
one year ago
How can I check which experiments are using the most metrics? and does archiving those experiments save some space?
one year 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...
one year ago
Logger.current_logger().report_confusion_matrix( title="interaction (near field)", series="ignored", matrix=interaction, xaxis="X", yaxis="Y", ) Logger.curre...
one year 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 ...
one year 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...
one year 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,...
one year 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...
one year ago
Another question, is it possible to visualize bboxes when uploading the dataset in YOLO format? Thanks
one year 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...
one year 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 ...
one year 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...
one year 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...
one year 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...
one year 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...
one year 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. ...
one year 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...
one year 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...
one year 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...
one year 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...
one year ago
👋 Hallo zusammen!
one year ago
hi all is there an openapi schema for the clearml REST api?
one year 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 ...
one year 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...
one year 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...
one year 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...
one year 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...
one year ago