Hi, I'm trying to use ClearML pipelines, but some of my components need to have some env variables defined. I can't seem to find anything in the documentatio...
8 months 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...
9 months ago
Hi everyone, I'm trying to log a file using the ClearML logger like this: clearml.log_file(file_name=file_name, file_path=file_path) For example, if file_nam...
8 months ago
Hi, I'm trying to upload a dataset to s3 using dataset.upload(show_progress=True, verbose=True, compression=ZIP_STORED) which is supposed to upload without c...
8 months ago
Is there some limit in the web UI or the configuration for number of debug sample images. Ours seems to never show past 32 images
8 months 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?
9 months ago
Hi everyone! I have no requirements.txt in repo, because it managed by poetry. Is it somehow possible to pass pyproject.tom in clearml-task cli? clearml-task...
8 months ago
Hello community, I'm planning to deploy a self-hosted ClearML server on AWS. Our usage pattern is to run it intensively once a week, with a few additional se...
8 months ago
Hello We are using enterprise Version and the question is about the Agents and the queues We know that we can configure container image at the agent level Th...
8 months ago
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...
8 months ago
Hello everyone! I need to run the pipeline on schedule. Are there any restrictions on running pipelines through the scheduler? Would hidden project for pipe ...
8 months 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...
8 months 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...
8 months 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...
9 months 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 ...
9 months 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...
9 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...
9 months ago
Hi everyone, I want to clone a git repo with clearml-agent that has to following url format https://: ACCESS_TOKEN@mygitlab.com /user/repository.git ClearML ...
9 months 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...
9 months 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...
9 months 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?
9 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...
9 months ago
Hi everyone ! I am trying to launch multigpu training on remote clearm agent and stuck, because when i do accelerate launch train.py remote agent doesn’t ove...
9 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...
9 months 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 ?
9 months ago
Hi, I installed clearML in GCP instance: root@instance-group-clearml-t1m6:~# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 796092c210f2 all...
9 months 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...
9 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...
9 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...
9 months ago
Hello! Is it possible to use S3 Backblaze with clearml? Can I use the aws section for that settings? or another section in clearml.conf corresponding to back...
9 months ago