Does anyone know why I keep getting that error? clearml_agent: ERROR: ERROR: package manager "conda" selected, but 'conda' executable could not be located I ...
3 years ago
Hi everybody. When I want to force the agent to not reproduce my local pip environment, I add Task.force_requirements_env_freeze(force=False, requirements_fi...
2 years ago
Hi everybody, I’m getting errors with automatic model logging on pytorch (running on a dockered agent). 2022-07-14 10:24:06,334 - clearml.storage - INFO - St...
2 years ago
A question about ssh keys mount to a clearnl-agent running in docker mode. I noticed that only when the task is created and enqueued (using python script), t...
3 years ago
Whet is the method for packages exploration when using conda? Agent is set to 'conda' mode. We upload a task from a local conda env that (obviously) has some...
3 years ago
Hello everybody, I'm seeking for a clarification on the 'Metrics' quote for the SAAS platform. My workspace only uses self S3 storage as the File Server to s...
one year ago
Hello everyone, When performing hyperparameter optimization, is there a way to set an objective_metric as the value logged using logger.report_single_value m...
9 months ago
Hi everybody, I'm running experiments inside a docker which includes multiple python instances, some of them are inside conda environments. How can I specify...
2 years ago
Hi everybody, Am I the only one having issues with logging into https://app.clear.ml/ ?
2 years ago
Hi all, Is there any way to list/query all the Metric events that are associated with a particular task? I did some experiments with APIClient class, but no ...
one year ago
Hi all. I have a general question regarding the logging mechanism. Using https://github.com/allegroai/clearml/blob/master/examples/frameworks/tensorflow/tens...
3 years ago
Hi, What if I need to create a task which requires a private package that is only available as a wheel (in a private git repo)? Any ideas of how to do that?
2 years ago
Hi Everyone, I have a task that installs a python requirement from bitbucket over ssh. The requirement are defined in a requirements.txt file. In the agent, ...
one year ago
Hi all, Should be any problem deploying a clearml server on a raspberrypi? (i.e. arm64).
3 years ago
Hi all, I'm looking for a hint on how to configure a local network drive (nas) as a file server for clearml, that will be cross platform (we have windows, li...
2 years ago
Hi community, I might have a misunderstanding of the use of task.connect method. It seems like the object I connect is immutable, while it should be mutable....
9 months ago