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
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...
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
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...
one year 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...
one year 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...
one year ago
Hello, everyone! is there a clearml .pixi package manager support ? None I would like to have a remote execution in a docker container and then the pixi inst...
one year ago
Hi, I have deployed clearml opensource chart in my gcp k8s cluster, all seem to work well include the ingresses beside the ingress of the api-server. the ing...
one year ago
I'm using the ClearML helm charts, and so far so good, now I'm looking to give one of our agents access to a private GitHub repo, but could not find where to...
one year ago
Hello hello! I recently started trying out clearml for experiment tracking, thanks devs for the beautiful product! I can across an issue that I couldn't reso...
one year ago
Hello everyone. Is there a way to ignore editing clearml.conf file and set ENV vars for aws s3 credentials while launching clearml-agent? In my usecase I sta...
one year ago
Hello! I have an issue reproducing my runs. The task.Create completes successfully. When I clone and enqueue a completed task the clone fails. It fails durin...
one year ago
Was there ever a solution to this request? https://faq.clear.ml/question/1546665636485140480/is-there-any-way-to-change-the-x-[…]s-to-say-e-g-epochs-instead-...
one year ago
Hello! Is it possible to use different credentials for different s3 buckets on different hosts? When I try to do like so: s3 { region: "us-east-2" key: "***"...
one year ago