⚠️ 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
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
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
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
Hi. I'm encountering a problem with model.name At least, for models that where auto-magically uploaded. I see it in my own code but you can see it if you run...
2 years ago
Probably my question will be about something other than core concepts of ClearML, but something connected I think.... I want to schedule tasks on GPU and I w...
2 years ago
I'm having a problem reusing the last task id on jupyter notebooks. Dispite having reuse_last_task_id=True on Task.init, it always creates a new task id. Any...
2 years ago
Hey since Hydra does not work with clearml-task does it work with the hyperparameter optimization?
2 years ago
Please see screenshot of clearml-agent readme from the github page. In this section, it is detailed that clearml-agent picks up PyTorch version automatically...
2 years ago
Hi everyone! Does ClearML logs everything that Tensorboard generates? Tensorboard creates a graph of the neural network and would be nice to have it on the e...
2 years ago
Hi, I know that ClearML uses local changes for patching and running script. Can it also do the same with local commits?
2 years ago
Hi, When i create a task using clearml-task specifying some hydra arguments the task correclty shows up in the web app with its arguments. But when i enqueue...
2 years ago
Hi, Is there a way to instantiate a clearml-task while providing it a Dockerfile that it needs to build prior to executing the task? I know that there is a a...
2 years ago
[Issue with Minio] Hi, i am using clearml=1.8.3, but it seems still have trouble with minio connection. https://github.com/allegroai/clearml/issues/763 this ...
2 years ago
creds are filled in like s3 { # S3 credentials, used for read/write access by various SDK elements # default, used for any bucket not specified below key: "*...
2 years ago