Hello Is there any actual way to modify TaskScheduler in runtime as mentioned here? https://github.com/allegroai/clearml/blob/c29dd1fe062188fc1b906a992fc3498...
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
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
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
⚠️ 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
⚠️ 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
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
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
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
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
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
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
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
Hello. Somehow all of my local copies of the clearml dataset just disappeared from the local machine for no reason. (pretty sure nobody deletes them) This is...
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, 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
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, 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
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
Hello, another question 😅 , does the Open Source version of ClearML-Server support SSO for authentication?
2 years ago
Hello, for Datasets, is there an explanation somewhere as to how the Debug Samples are created? I'm not entirely sure which permission it uses if the dataset...
2 years ago
Hello, Would you be so kind to update the allegroai/clearml-agent-services to use a newer ubuntu than 22.04? We just had to rebuild a custom image because it...
2 years ago
Hi there, I just updated clearml-server to 1.8.0 and I see the following but in the comparison of Scalars: All the graphs are compressed to the left when the...
2 years ago
Hello. I am looking for some input on how I could deal with a TriggerScheduler that should run all the time as a service. I run ClearML inside kubernetes (se...
2 years ago
I have install a python environment by virtualenv tool, let's say /home/frank/env and python is /home/frank/env/bin/python3. How to reuse the virtualenv by s...
2 years ago
Hi, I created two workers and I want to remove them now. How to remove the created workers? CLI or API?
2 years ago