Hi everyone, i have a question about using custom decorators with clearml pipeline. Here is my setup: decorators.py def my_decorator(function): @wraps(functi...
one year ago
is clearml able to intercept (automatically) metrics gathered via torchmetrics.MetricTracker ?
2 years ago
Is it possible to have clearml launch aws instances to run clearml-agent , execute jobs and then shutdown after the jobs have been completed? I have two rele...
4 years ago
Hello, we're getting a strange error while training YoloV5: Retrying (Retry(total=237, connect=237, read=240, redirect=240, status=240)) after connection bro...
3 years ago
Hello, I have a problem with task.set_initial_iteration(0) in Google Colab. After continuing the experiment, gaps appear on my graph, but if you use Colab. I...
3 years ago
When viewing scalars is it possible to: Have a grid view (e.g. 3 plots per line instead of just one) Group the metrics differently (seems like if I log X/a a...
4 years ago
Hi, I’m training on multi-node, clearml captures only a single machine utility (memory/cpu/etc.). I assume it captures node 0. Is there a way to make it repo...
2 years ago
Hi, Question regarding the command > clearml-agent list Were do you define the company and user that is running the Worker ? Looking at the https://clear.ml/...
3 years ago
Hey, I saw previously that Grafana/Prometheus were not supported as part of the clearml-serving helm chart. I guess this is outdated right? I see these chart...
2 years ago
Hi, i am running several python scripts but all for the same project/task. Is it possible to Task.init to existing running/completed task and adding on the r...
4 years ago
Suggestion : ClearML to clear "/tmp" directory once in a while from it's own created files Explanation: We just encountered an error (very uninformative) "OS...
3 years ago
Is there any problem with the website? https://clear.ml/
3 years ago
How does clearml-agent install -e python package ? I have a homemade python package which I just moved to pyproject.toml, that I am not familiar with so not ...
8 months ago
Hello, I’m a beginner of ClearML and reading documents, but I have some questions. Is ClearML supports distributed cluster mode(multi-host, multi-gpu) for on...
3 years ago
Hi everyone! I have weird issue with clearml pipelines: sometimes when i run my script localy and then connect to remote, old script executes with old parame...
one year ago
Hello, I wanted to test out clearml and installed the 7.14.2 helm chart. The deployment looks ok. I can access the webui and create workspace API credentials...
9 months ago
Hi everyone! i am using ClearML Pipeline for retraining purpose, i just want to ask why model from retraining process is stored under project "project_name/....
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 guys ! I'm adding a requirements.txt to a task before initializing it. Is it the way it is supposed to look like on the UI ? Shouldn't I see directly the ...
2 years ago
i tried to run trains-server in docker but i created 3 subdomains (api/files/trains)....but now i have problem that trains webserver always tries to connect ...
5 years ago
Hey there! I'm trying to make changes to the agent config, but when I update clearml.conf , take down the agent (with kill -9 agent-pid ), and restart the ag...
one year ago
I am trying PyTorch Nightly again with Python 3.10. Works fine locally, but fails on clearml-agent in docker mode. ERROR: Ignored the following versions that...
2 years ago
I want to execute a script via trains-agent, but I want to be able to provide the location of a config file by specifying the path before trains-agent execut...
4 years ago
I might be missing something, but is there no way to clear all tags or remove a tag in a Task? I only see a add_tags()
4 years ago
apparently everyone can ...
5 years ago
Hello! How do I pass default Github Environment Variables (such as "GITHUB_EVENT_PATH") from Github Actions to the clearml agents? Github Actions is running ...
one year ago
Hi everyone, is it possible to not create a copy of a dataset when adding to clearml? My data is already in a directory on the clearml-server machine and I d...
3 years ago