Hi all, I am trying to deploy ClearML server in a local machine. I followed all the steps in None but when I went to the last step, the step docker-compose -...
one year ago
Hi all, I've successfully run a Task locally, and now I'm trying to clone it and send it to a Queue. It looks like the environment is built successfully, but...
one year ago
Hey, my name is Ido, and I am a new ClearML user. My goal is to monitor the accuracy of my LLM outputs in production. I understand that I can log each iterat...
one year ago
Hello and Afternoon! Is there a programmatic way (using the SDK) to initiate comparison between two pipeline? Use case: I have two individual pipelines with ...
one year ago
Hi, i am logging some scalars from a simple ML experiment, and im seing different curves logged with clearml depending on when i run the code. At the moment ...
one year ago
Hi everyone! I've updated to clearml 1.15 and the env var WEBSERVER__CLEARML_API_HOST stopped working in webserver docker-compose service. It's been set beca...
one year ago
Hello! Is there a way to launch clearml apps (for example clearml schedulers) via API or code with status tracking on ClearML application tab? If we run clea...
one year ago
Hi, is there a way to have the docker extra arguments takes dockerd command instead of docker run ? I tried dockerd --storage-opt dm.basesize=20G in docker e...
one year ago
Hi everyone, Is there a way to unarchive or unhide projects? Thanks!
one year ago
Hello everyone, I'm in a bit of situation where I want to optimize getting local copies of datasets, by making it so that if a parent dataset already exists ...
one year ago
Hi, I would like to know if it is possible to set up RBAC on the OS version of a self hosted ClearML (using on prem k8s)?
one year ago
Hi! I keep getting these errors when running an ML project trying to log training experiments. Does anyone know what they mean and how I can fix it? Nothing ...
one year ago
Hi All, How we can set the openAI key in clearML and how to fetch it run time in our python code?
one year ago
Hello Everyone, I have an video classification model. I have a lot of metadata about the videos in a csv file, I first preprocess the metadata and in pandas ...
one year ago
For clearml-agents where does it clone the git repo and can you specify the location somehow?
one year ago
Hi guys, I recently started working on ClearML. I have a pipeline which has couple of tasks added to it. The pipeline executes and completes as expected when...
one year ago
hey are there any good books about ClearML someone can suggest?
one year ago
Hi, having issues uploading a large dataset ~130 GB. It is a single file, the upload gets stuck on compression for hours is there anyway to skip it? Smaller ...
one year ago
Hi, I got some issue when using clearml-task --docker with AWS autoscaler. The error shows no space left on device , and my docker image is 12GB. I've tested...
one year ago
I executed a hyperparameter optimization task, but just one single experiment was performed and nothing. The task wasn't terminated automatically, but still ...
one year ago
Hello! How will clearml react, if I have combine two Datasets into a new Dataset, and both contain a file “IDs.txt”. Will one be overwritten, will both files...
one year ago
Hello! I have an issue on a last-week self-hosted ClearML installation (Server: 1.16.0-494): after starting containers with docker compose everything goes we...
one year ago
Question about Pipeline : my setup is as follow: - Step1: train_foo.py (which import config from other .py) => generate a model.pt - Step2: gen_bar.py + mode...
one year ago
Hi, I'm trying to optimize hyperparameters for yolov5 model, but I'm getting this error. Could anyone help me resolve this issue? [W 2024-07-10 10:11:52,691]...
one year ago
Hey! I have very strange problem. I had pipeline created from tasks. Everything works well! I wanted to refactor code to be able to create pipeline from pyth...
one year ago
hello! basic ClearML Pipeline question here. let's say I've declared pipeline like so: pipe = PipelineController( project="Stevens AutoScan", name="Dataset F...
one year ago
Hello, I'm trying to spin up agents thru systemd service, but it's failing:
one year ago
Hi, I've noticed that in a few experiments that got stuck with no indication that something went wrong and it kept on "running" until i manually aborted the ...
one year ago
Is there any known issue in pipeline decorator where lambda function call another function(say xyz ) and during pipeline execution, error is thrown that xyz ...
one year ago