For some runs of my experiments the ressource monitoring exists, for other it does not. Any idea why this could be the case?
4 years ago
Hi, if I am starting my training with the following command: python -u -m torch.distributed.launch --nproc_per_node=2 --use_env train.py --config configs/tra...
3 years ago
Hi! I have a few tasks that are not transitioning from Running to Completed , despite that python process terminating. Are there any known reasons for this?
2 years ago
More an internal utilities usage question - if I have a script (.py) can I use an utility that clearml uses to get the packages used by the script? Was looki...
4 years ago
Hi, I've recently upgraded to 0.15.1 from 0.14.2, and for some reason a code that previously worked in which I'm getting the tags of a model using InputModel...
5 years ago
Hi, i have a scenario where when the code is run remotely via clearml-agent, the code appears to get stuck at task.init() . It seems to only affect the attac...
2 years ago
Hi all, is there documentation \ example describing how does ClearML works with hydra?
4 years ago
we have a use case where an experiment consists of multiple docker containers. for example, one container works on CPU machine, preprocesses images and puts ...
3 years ago
Hey Community, So I am facing an issue related to passing parameters. I am getting the parameters from the taskscheduler , taskparameter.
2 years ago
Hi everyone! I have no requirements.txt in repo, because it managed by poetry. Is it somehow possible to pass pyproject.tom in clearml-task cli? clearml-task...
9 months ago
Is there a way to configure the file server to use minio storage, or does every individual user have to configure their own minio credentials?
3 years ago
Hello. I have a question regarding pipeline parameters. Is it possible to reference pipeline parameters in other fields of the https://clear.ml/docs/latest/d...
2 years ago
Hey ClearML experts is there a way to copy entire exp. including results/scalars/plots? right click > clone creates a duplicate of the exp. , only with it's ...
2 years ago
After presenting ClearML to my team, I got the question "we're already on AWS, why not use SageMaker?" TBH, I've never gone through the ML workflow with Sage...
2 years ago
Hello everyone! I have a problem with ClearML. Could you please help me? I have 2 little projects with total 31 experiments. And its 837Mb metric stored. Whe...
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
Hi everyone, I'm new to ClearML and I want to run a task on a remote host inside a Docker container. The Python interpreter I need to use is located at /opt/...
2 years ago
Hi, I'm encountering a problem while setting up the clearml-agent I've installed clearml-server on a remote machine, and made 3 url (eg, http://myclearmlfile...
4 years ago
Hello everyone ! I am solving the following case: Let's say we have a train.py which imports augmentations from augmentations.py (f rom augmentations import ...
2 years ago
didnot find any example or configuration of ec2 except the autoscaler
one year ago
But I get the following error:
2 years ago
Hey there, is there any way I can tell the task not to set a random seed? I'm setting up reproducibility myself but when I call Task.init() the seed is chang...
3 years ago
Hi all, regarding Python version (i.e., 3.6 vs. 3.8), what is the best practice way of specifying or changing this for a job running on an agent? I see some ...
3 years ago
How can I use the python SDK to access 2 tasks that live in different ClearML hosts? I want to do this in 1 python script. Currently I can set a session to t...
one month ago
Please help.
2 years ago
Hi, I get these errors for TriggerScheduler: ClearML results page: {some URL} Failed deserializing configuration: the JSON object must be str, bytes or bytea...
3 years ago
A little something else: Using ClearML, an OAK-1 AI camera and a raspberry pi to create a pushup counter that locks my PC every hour and only unlocks again w...
3 years ago
By the way guys, your survey link points to an error. [gravityform id="7" title="false" description="true" ajax="false" tabindex="10"]
5 years ago
When using docker mode (and specifically k8s glue), what are the options for caching? One option is definitely having a base image that has the things needed...
4 years ago
Hello! Is there any way to use original files in cleaml datasets ? I have batch of tar archives and want to create dataset from them, however clearml compres...
one year ago