Hi. I have a task executed on clearml-agent, configured with agent.package_manager.force_repo_requirements_txt = true . But requirements,txt is not taken int...
4 years ago
One more strange behaviour of clearml-agent. Two tasks with the same code (except usage of task.execute_remotely()) generate different structure of output ar...
4 years ago
Hello! How can I save and resume studies with optune? If best quality have not reached or another reasons. Optune have capabilities for resuming studies. htt...
4 years ago
Is there some support of multi-machine training on ClearML level?
4 years ago
Hello! Can you clarify, how we can support following scenario with ClearML. We have single ClearML server with multiple workers in docker mode. We also have ...
4 years ago
I have built a custom docker image and execution script so that I can use Conda as the package manager when installing python packages for job execution. Eve...
4 years ago
Hi, I'm trying to understand if clearml supports my usecase: i generate my own data (problem-specific) and generation process is uploading a Parquet dataset ...
4 years ago
I was wondering, if I want to use Task.create() instead of Task.init() to create a new experiment object, I am aware that automatic logging will not be done....
4 years ago
Hello. From time to time we need to upgrade our docker workers (usually changing configuration). We have ~15 of them and some (or all) of them could be busy ...
4 years ago
Hi! Is there a way to run a task without reporting to the server? For example if I want to debug a script by running it locally without it appearing on the s...
4 years ago
running into a strange issue— clearml-agent is unable to authenticate with my clearml server. i’ve got a clearml server running on a local machine, deployed ...
4 years ago
Hi. Try to use clearml on work. I'm have problem with clearml-agent, because on work we dont have internet acceses. For install packages we used mirror pypi ...
4 years ago
Hello everyone! Is it possible to deactivate package analysis for remote execution? I run my code with clearml-agent in docker mode with nvidia:pytorch conta...
4 years ago
Is there possibility of using centralized authentication for ClearML web ui? I mean SAML ( Okta )
4 years ago
Hi, in the clearml web ui, is it possible to edit the description of a project for which the description was initially empty? When there is a description the...
4 years ago
Hey! I have task that generates .pth files locally and they're visible on WebUI, but unfortunately I can't fetch them from my local computer, is this intended?
4 years ago
I suddenly get Error 100 : General data error (TransportError(503, 'search_phase_execution_exception')) when trying to access Results --> Scalars. Any idea w...
4 years ago
Hey, After i update to clearml 1.0.2, it seems the server cannot record the log data
4 years ago
Hello there, is there a parameter to configure the number of columns rendered in the preview area of the CSV artifacts? (some of them are truncated with “…”)
4 years ago
Clearml-Agent didn't seem to take the CA store from the OS. Where can i point ClearML to the CA certs, in particular for uploading of models into S3. At the ...
4 years ago
Hi all. Is it possible to configure agent NOT to install requirements.txt/INSTALLED PACKAGES and to use some pre-ready environment (for example, virtualenv c...
4 years ago
Hi all, after updating the clearml server to version v1.0.0, I started getting errors when I try to clone the experiments. I noticed that this happens with t...
4 years ago
Hi guys!, I'm trying to understand how works the auto-scaling, at this moment I have all the configuration in place, machines start perfectly but then nothin...
4 years ago
Task.init() takes by default output_uri from clearml.conf configuration file (S3 bucket in my case). But underlined task created with Dataset.create() ignore...
4 years ago
Hello! I'm just starting out with ClearML, and I seem to be having some sort of conflict between clearml and torch , at least in Colab In this guide ( https:...
4 years ago
Here's the original Colab notebook. It can import torch without error: https://colab.research.google.com/github/huggingface/blog/blob/master/notebooks/01_how...
4 years ago
Hi ! ClearML Server v1.0.2 is out! 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 With a few small (but oh-so-important) fixes. Get it while it's hot!
4 years ago
What exactly is sdk.google.storage.project https://clear.ml/docs/latest/docs/configs/clearml_conf#sdkgooglestorage used for? 🤔 "Project" is so ambiguous
4 years ago
I am not using Tensorflow, however the experiment shows some (useless) data, is the only way to get rid of it to specify auto_connect_frameworks={'tensorflow...
4 years ago
Hi, is there any way to disable ClearML when it’s not configured and pointing to the public demo service?
4 years ago