Hello everyone again! So, I have a bit of an issue this time where sometimes ClearML won't be able to find a file on S3, occasionally it logs a 503 error too...
4 months ago
Hi, can I run a single hyperparameter optimization task with at least 100 experiments on multiple machines by using clearml-agent and queue?
4 months ago
As soon as I refactor my project into multiple folders, where on top-level I put my pipeline file, and keep my tasks in a subfolder, the clearml agent seems ...
4 months ago
Hi! To make my script work inside a task, I need to add working_dir to the PYTHONPATH . According to the ClearML agent console log, here are the relevant lin...
4 months ago
Hey, I am trying to clone existing pipeline using clearml API, but I didn't managed to override pipeline parameters. Task was cloned successfully with parame...
4 months ago
When trying to run my agent with poetry as package manager (could also be with pip, but definitely with poetry), strange things seem to happen when trying to...
4 months ago
Hello, I have been using clearml for my projects lately. I have set it up to log the training data for an RL training job. As of now it currently logs data a...
4 months ago
Hello! I was wondering if there's a way to have a time series chart when comparing experiments? The bar chart isn't ideal for me: Context: doing a classifica...
4 months ago
Hello everyone! Can I create a report via API or SDK? Сan the model inference task generate a report that will be displayed in the reports tab?
4 months 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...
4 months ago
Hey, can someone help with using parameter in the pipeline? According to the documentation: pipe.add_parameter( name='pickle_url', description='url to pickle...
4 months ago
Hi, I have a yolox project that when I run locally its working but when I try to run it with an agent (on the same server and same user) it fails. with the f...
4 months ago
Hey, anyone know how to add a step with private repo? running this code: pipe.add_function_step( name='step3-test3', repo="https://${git_pass}@github.com/my-...
4 months ago
I am using ClearML Pro and pretty regularly I will restart an experiment and nothing will get logged to ClearML. It shows the experiment running (for days) a...
4 months ago
Can I launch training with HugginFaces accelerate package using multi-gpu option and Task.execute_remotely() ? Currently it fails: clearml.backend_interface....
4 months ago
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 -...
4 months 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...
4 months ago
Hi dear community, my name is Christoph and we try to use ClearML free tier with agents. However, we have the problem that the agent gets stuck on execution ...
4 months 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...
4 months 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 ...
4 months 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 ...
4 months 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...
4 months 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...
4 months ago
Hi. here's a question. I wrote a code below for pipeline, ret = np.asarray(tlbr).copy() if ret.shape == (4,): ret[2:] -= ret[:2] else: ret[:, 2:] -= ret[:, :...
4 months 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...
4 months ago
Hi everyone, Is there a way to unarchive or unhide projects? Thanks!
4 months 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 ...
4 months 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)?
4 months 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 ...
4 months ago