Hello! I have the following error in the Task's console: ModuleNotFoundError: No module named 'clearml'I have attached the full log below. Here is the code o...
2 years ago
Hi everyone! I'm trying to upload ROC figure from matplotlib to ClearML. Unfortunately ClearML adds invalid legend item to the plot as you can see on the att...
2 years ago
Hi! I made a PR ( https://github.com/allegroai/clearml/pull/857 ) for the clearml package. I don't want to wait until it is merged and is taken to the next r...
2 years ago
Hello! I have installed clearml-agent at the server, but have not installed clearml package. How will it determine the version of clearml package and when is...
2 years ago
Hi, by accident I've scheduled 1000 experiments. I would like to abort them. In the UI I can do "load more", but it loads 15 more. Is there any option to do ...
2 years ago
Hi! Im trying pipelines with data creating and model training. pipe = PipelineController( name="data_preprocess_pipeline", project="some", version="1.0.0" ) ...
2 years ago
Hi everyone! So, I'm having a problem with the auto detect dependencies when running a task remotly. The problem is that when I import some function from a f...
2 years ago
Hi all, I hope someone can help. I am using ClearML agents with docker containers to train RL models with stable baselines 3 on an on-premise server. I am ha...
2 years ago
Hello everyone! I am trying to run a pipeline from the Web UI. As you can see on the screenshot, it is possible to specify the Pipeline controller queue . Ho...
2 years ago
Hello! I faced the issue with hyper parameters optimization. When I try to run optimization I receive an error: 2022-12-20 12:48:02,560 - clearml.automation....
2 years ago
Hi, We have a use case that we would like to upload a local folder into the cloud AS-IS - without compressing or breaking it up into chunks. I tried running ...
2 years ago
Hello, may i ask if there is a means to export dataset in one ClearML setup and import to another ClearML setup?
2 years ago
Hi i saw this announcement from NVIDIA on TAO's integration with ClearML. How can we use it?
2 years ago
Hi, when installing Task's dependencies from requirements.txt (set force_repo_requirements_txt: true in the Agent config), I get the following error: clearml...
2 years ago
Hello, I got this error when calling .get_local_copy() from an artifact of a task. The artifact contains nested folders and image files in there. What are po...
2 years ago
Hi, I think I've found a strange bug in scheduler. I would like to run some job every Monday at 15:40 UTC. So I run this at 15:35: scheduler.add_task( name='...
2 years ago
Tasks can be put in draft state - if we will execute: task.execute_remotely()it will not start Is there a way to do the same with pipeline (not run it immedi...
2 years ago
hi, may i ask if there is a good way to get the details under ClearML Task "Info" tab (output as json/python dict) using python codes?
2 years ago
Hi, I'm trying to understand how to add KPIs artifact in a way that will allow to compare them. Currently ClearML presents them as a file, not metrics. Pleas...
2 years ago
I would like to make a retry mechanism on tasks (if failed, then give some more chances to run correctly). When tasks is failed, I can't put it to the queue ...
2 years ago
Hi guys, I encountered a very frustrating problem about virtual enviroment management when I use ClearML. I use virtualenv to create a new python env and ins...
2 years ago
Hello, I see there are two different classes for clearml-dataset i.e. Dataset and DatasetVersion. May I know why there is a need for both when there are larg...
2 years ago
Hi, on the clearml web app, under settings -> users & groups, I want to know how can I change the Owner user to someone else.
2 years ago
But I get the following error:
2 years ago
Hi, I am trying to use clearml-param-search tool. This is the command I use: clearml-param-search --task-id 454b34c3fbb34a8683f3dd6e6d77d49c --params-search ...
2 years ago
Hello Is there any actual way to modify TaskScheduler in runtime as mentioned here? https://github.com/allegroai/clearml/blob/c29dd1fe062188fc1b906a992fc3498...
2 years ago
whats the preferred way to enable this after Task.create?
2 years ago
so from what I can tell using Task.create does not include auto logging
2 years ago
Hii guys, So I've got a question about about Agents using SSH connection. In the docs (here https://clear.ml/docs/latest/docs/clearml_agent/#spinning-up-an-a...
2 years ago
Hey, I'm looking into ClearML Pipelines for the first time, so I have likely not fully understood the documentation yet, but; Is there any way where I can us...
2 years ago