Hi, I’m trying out ClearML Pipelines from Decorators, and I’m encountering a few problems I don’t know how to solve. I’d like to configure requirements file,...
2 years ago
Hi, Thank you so much for your awesome product! But I have one issue, please tell me how to fix it: I deployed clearml-server on a corporate virtual machine....
2 years ago
Hello, there is a means to export / import Task using Task.export_task, Task.import_task. Is there a way to preserve the task id when we bring this task from...
2 years ago
Hi, I am trying to clone an experiment. Using the server GUI, I select 'clone' and then 'enqueue'. In the console window, I see that clearml makes sure the e...
2 years ago
Hi, I am trying to upload a model using PipelineController but I get the following error. clearml==1.8.3 Can anyone help here? from clearml import PipelineCo...
2 years ago
Hi everyone! How can I filter archived tasks in Task.get_tasks() ? There is an option allow_archived for .get_task() , but not for .get_task s ()
2 years ago
For remote execution where the queue has poetry as the default package manager, can the user decide to e.g. ignore the lock file?
2 years ago
Hello, we have issues with clearml-agent when using standalone mode. It seems when in standalone mode, the agent wont ever try to clone the repo 😓 it always...
2 years ago
Hii everyone! I'm having an issue using an agent without a GPU. I'm using it on docker mode (to allow SSH), I changed the default docker image on the config ...
2 years ago
Hi, are there available somewhere examples of testing in ClearML? For example unit tests that check if parameters are passed correctly to new tasks etc.?
2 years ago
Does ClearML somehow remove any loggers from logging module? We suddenly noticed that we have some handlers missing when running in ClearML
2 years ago
Hello, I have a trained model (saved as http://model.pt ) which I wanted to upload to clearml and attach it to my experimental task. So from here, my subsequ...
2 years ago
⚠️ Hi there, I recently updated clearml server to 1.7.0, and found the following critical regression: When I reset an experiment, it is actually deleted 😵 ,...
2 years ago
⚠️ ClearML version 1.8.1 had "fix" for the deferred init which introduces a bug btw, I've opened None to highlight this.
2 years ago
hello all, I'm trying to download a file hosted in the clearml server and I receive the following error : 2022-12-16 11:52:40,423 - clearml.storage - ERROR -...
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
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
so from what I can tell using Task.create does not include auto logging
2 years ago
With the Helm charts, what is the recommend way to automate getting an api secret pair for the k8 glue agent so you dont have to go into the UI and generate ...
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
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
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
I have question about a situation, when agent is running on a queue, but also we'll use clearml-agent execute --idHow will it work, a) will be run immediatel...
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 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
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, 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
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
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, 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