Within a ClearML task, is it possible to checkout another task code ? Context: I have a bit of a special use-case: we train our model using ClearML. Our code...
one month ago
Hello! I was wondering if it would be possible to integrate the optuna dashborard in the same run of clearml hyperparameter optimization. Like passing the sq...
one month ago
Hey, question about the logging of arguments parsed with a clearML task. When I run my experiment and parse an argument called 'train_dataset' with a clearml...
one month ago
Hi, I installed the open-source version of ClearML but couldn't connect using the admin role. Can you assist me with this? I want to set resource config and ...
one month ago
Hello everyone, Sorry for bothering on the weekend but I have some questions regarding ClearML that I would like to know to decide whether or not ClearML wou...
one month ago
Hello, a question about pipelines. I have a repository with one pipeline using decorators, defined in pipeline.py . It uses multiple components that import c...
one month ago
Hi , I am new to clearml , I am trying to create a pipeline that have multiple steps that run inside a gitlab repo , so i pass it add_function_step with a to...
one month ago
does anyone have experience with integrating clearml and slurm? if so, what pattern did you use? (did you submit tasks and just use clearml as tracker, or di...
one month ago
Hi, I've been trying to get familiar with clearml and to that end I've been working on getting the catboost example ( clearml/examples/frameworks/catboost/ca...
one month ago
Hi, I have a self-hosted ClearML server. How do I change the default path /opt/clearml/data/fileserver to a different path like a mounted disk?
one month ago
Hello, I've set up an HPO where I upload child task artifacts to the optimizer task. However, the last child task is not logged in the optimizer in the UI, e...
one month ago
Hey all, very new to clearML! I am trying to design an HPO setup using the optuna configuration, and I'm working on getting my template trainer set up. The i...
one month ago
Hi, is there a configuration somewhere that allow me to see stuff logged from regular logging in clearml console? Or clearml's logger.report_text(print_conso...
one month ago
I am training a model using FastAI. In ClearML, several scalars are plot together. I would like to plot them separately in individual plot. Any tips on how ?
one month ago
In the "Models" tab under a project I cannot add a custom column of metrics or metadata. It is just grayed out. Is this a bug?
2 months ago
Hi, i am exploring the following workflow to submit a task to remote server: task = Task.create( branch=branch, repo=repo, script=script, requirements_file=r...
2 months ago
How can i use a custom docker-container (custom system dependencys) with clear-ml ? How do i add my own docker-container to clear-ml after i build it with do...
2 months ago
Hey everyone, Given a Query object, I see that I can access many things such as dataset_name, id etc. Howeve,r I want to retrieve not only the dataset_name b...
2 months ago
I was giving a look to the TriggerSchedule and I noticed it doesn’t work (at least for me) when I use start_remotely(). The Schedule tasks gets correctly cre...
2 months ago
Hi. Is there a way to transfer clearML workspace ownership to another team member?
2 months ago
Hi everyone, I am trying to log my MMSegmentation trainings using ClearML, but can’t quite figure out how to integrate the ClearML docs . Could anybody help ...
2 months ago
Hi, I've been trying to use hyperparameter optimization for Yolov11. When I try to get the top metrics using # optimization is completed, print the top perfo...
2 months ago
Hello everyone! I tried to remove models from ClearML using clearml.Model.remove( model=model_id, delete_weights_file=True, force=True, raise_on_errors=True,...
2 months ago
Hi, is the Task Scheduler available in the community self-hosted version?
2 months ago
Hey! As part of migrating from the on-premise server to the SaaS solution server, we'd need to migrate some of the workloads & experiment log from ClearML. I...
2 months ago
HI Do I need to setup clearml-server?
2 months ago
I'm facing an issue with the clearml sdk. I want to pull the dataset ID associated with a task (recorded as the datasets parameter in the GUI info panel) but...
2 months ago
Hi, Is There A Means To Leverage On Clearml To Run A Ml Inference Container That Does Not Terminate?
Hi, is there a means to leverage on clearml to run a ml inference container that does not terminate?
2 months ago
Hi! I had a self-hosted ClearML and I want to visualize aggregated metrics (mean, norimalized mean, dispersion etc) to compare ClearML projects. How can I do...
2 months ago
Hi is there a way to view the dataset images - when adding them as files - when adding them as linksThanks
2 months ago