some example also bringing {}:from clearml import Task # Initialize the task task = Task.init(project_name='your_project', task_name='your_task') # Define a ...
11 months ago
Hi We want to reuse the configuration when having cloned a task. For some reason it does not return it but I get {} for this former_config: self.current_task...
11 months ago
Hi everyone I am experiencing issues with delete_artifacts method. When I remove artifacts with default flag delete_from_storage=True the file actually disap...
11 months ago
hello everone, I have hosted ClearML server and trained a yolov8 model to test my installations. The model was trained successfully and I tried to optimize t...
11 months ago
Hey guys I have a self-hosted ClearML server. I accidentally deleted mongodb/redis containers and volumes and now my project isn't showing in the WebUI. I ha...
11 months ago
Hey everyone, I'm using ClearML Pipeline, I have a pre-processing step which I would like to use there small instance, and processing step which executed on ...
11 months ago
Hey everyone, As a Pro-tier SaaS user, I'm experiencing a very high latency when finalizing a dataset, it is attached in a big dataset version hierarchy and ...
11 months ago
Hey folks, just wanted to highlight something weird in our ClearML pipeline usage: - When we try to run a pipeline locally using pipe.start_locally() , the p...
11 months ago
Hi, When I try to execute pipeline remotely (in a docker container, triggered from clearml UI) i get an error ' Node '{}', base_task_id is empty".format(node...
11 months ago
Hi, I have a question regarding optimization task: I want to run a standard optimization process and I want to tag all the ran tasks from the optimization wi...
11 months ago
hi, I have a pipeline designed whenever I run that all the steps will be present in all experiment but i want that to be in the project that i have specified...
11 months ago
Hi, is there a way to share reports with users that are not part of the workspace?
11 months ago
Hi all, I'm having a problem where theclearml venv does not get the PYTHONPATH from local machine. this led to a very ugly and non-pythonic temporal fix usin...
11 months ago
Hi, does anyone faced this problem? I'm trying to run a task from a queue. The same task is running locally just fine. Moreover, I have an experience running...
11 months ago
Hi all I am would like to somehow prevent clearml caching from caching a task that hasn't uploaded artifacts (using cache_executed_step in add_step )? Can th...
11 months ago
Hi, Is there a way to get the project name of a model from the SDK. The property project of a model returns its id, I'd like to get the project name but I do...
12 months ago
Hello, are there any plans to add support for pdm package manager? It's what we use since poetry dependcy solver is quite slow and it would be neat to have d...
12 months ago
Hi everyone, I'm getting really weird issue with clearml installation. Basically, I have an environment where I already configured clearml via clearml-init, ...
12 months ago
Hello ClearML community! I have a question regarding batch inference using a base Docker image in ClearML. I have a Docker image that is configured with the ...
12 months ago
Hi. We are building a pipeline. For this, we try to get access to artefacts from preceding tasks in the pipeline, via their task id, like hpo_task = Task.get...
12 months ago
Hi everyone, Does ClearML preview *.txt files? I uploaded about 2GB files and want to share it to others and make sure they can preview them. Please help!
12 months ago
Hi everyone!! Is clearml multi GPU support. I have 2 machines. each machine have 2 A100 GPU. Do we have any option to run workload in these GPU. same time li...
12 months ago
Hi everyone, I have a bit of a weird problem. I have a task which is “Completed” in UI, everything looks fine with it, but when I access it through the Task....
12 months ago
Hello everyone! I'm using ClearML, YOLO v8 and ClearML GPU Compute (for orchestration). The issue is that I can't find a compatibility to use GPU during YOLO...
12 months ago
Hi, I have upgraded my ClearML server from version 1.9.1-312 to version 1.13.0-414. After the upgrade much of outputs of the previously existing experiments ...
12 months ago
Is there documentation on the ClearML Slurm enterprise integration?
12 months ago
Hi. is there a way to pass multiple pre/post execution callbacks for a step?
one year ago
Hi! I'm trying to report plotly figure to the output model, but the api does not have this functionality yet (for Model ). From the code of Task reporting I ...
one year ago
hi everyone! i have few questions in hosting the clearml server - is it possible to generate credentials without ui, from backend. - is it possible to use na...
one year ago