Hi, I am switching from WandB to clearml in my pytorch DDP training script. With WandB i used to have worker nr 1 handle logging to WandB and initiating the ...
9 months ago
Hey all. I'm getting this error: clearml-data create --project my_project --name dir_name --output-uri None Error: SSL validation failed for None [Errno 21] ...
9 months ago
Hi, can I provide a direct url for pytorch wheel through clearml.conf file or somewhere else? I'm having a following issue. clearml_agent: Warning: could not...
9 months ago
Hey all, I made a few small changes to clearml Sessions to add some nifty features - Added tailscale support by introducing --tailscale - Added the ability t...
9 months ago
How can I access the FrameGroup class? I used to do this - from allegroai import FrameGroup But now I have only clearml package and I don't find the FrameGro...
9 months ago
Hello all, I want to clarify something. In the ClearML Task Scheduler .add_tast() method there's a parameter for schedule_function . I think I had some assum...
9 months ago
Hi, I’m trying to upload output model files (like .pth) to ClearML server. Assume my train.py is as follows: from clearml import Task task = Task.init( proje...
9 months ago
Hi everyone. I am trying to migrate to ClearML and need to have my old training logs available in ClearML as well. Unfortunately It seems I can't simply "imp...
9 months ago
Hi, is there a way to export ClearML experiments into a file package and import them on another ClearML instance?
9 months ago
Hey everyone, I am facing a weird issue with a Docker image. When I use it as my base_docker, ClearML basically "opens a terminal" inside of it and does not ...
9 months ago
Hello everyone What's the proper way to run multiple interactive Jupyter sessions on one machine/agent? What i am doing is running multiple agents on the sam...
9 months ago
Hi all Can you help please, I can’t find this information on official docs , is it possible to run spot instance with GPU on GCP with clearml autoscaler inte...
9 months ago
None
9 months ago
Hi all, I have a pipeline step that does a shutil.copytree and I would like the progress to be shown on the task. is there a way, since shutil copytree has n...
9 months ago
Hello everyone. I followed the instructions for deploying the ClearML server locally on Windows 10 (with a AMD Ryzen processor). There are two images in dock...
9 months ago
Hi All, is there a way to clone a pipeline from the web UI like you can with a task? The goal is to be able to give the cloned version a different name so I ...
9 months ago
Are ClearML datasets intended to be static, or can they be dynamic? We intend to have an ETL pipeline running in Databricks environment digesting complex pro...
9 months ago
Hey, everybody! I have such a question, I want to link ClearML Web with my git so that when I add a new task to git it will be automatically added to the que...
9 months ago
Hello, I have clearml autoscaler setup. Previously, when a new task comes up, an already running worker (if there is), will take it, apply the new commit and...
9 months ago
Hi again, I am trying to execute a pipeline remotely, however I am running into a problem with the steps that require a local package. Basically I have a rep...
9 months ago
Hello everyone, I would like to implement ClearML via Docker on our Ubuntu VM. I have a problem when I try to connect the ClearML server to the ClearML agent...
9 months ago
Hi all, I want to run a docker image for running some inference code, and this needs to retrieve a model from the clearml model registry. So I need to give a...
9 months ago
Hi everyone, I’m trying to create a pipeline from tasks without uploading the data into clearml server because it’s large and I get into memory issues. Inste...
9 months ago
Hi all, I'm running into an issue where Clear ML tasks being executed by services workers on self-hosted server are automatically terminating. The message sa...
9 months ago
Hi all, I am currently have a pipeline with multiple steps using the functional api add_function_step I would like for one of the steps to be run from within...
9 months ago
Hi, I'm trying to run my code with a PipelineController within a docker container instead of on my local computer. Currently having trouble where the code do...
9 months ago
Hello Everybody, I have a quick question, I have been training multiple models and have reached a point where I am satisfied with a model. How do I push my m...
9 months ago
Hi CLEARMLers, I'm trying to create a dataset with tagged batches of data. I firstly create an empty dataset with dataset_name = 'name_dataset', and then cre...
9 months ago
Hi, I am surprised by the behavior of clearml-agent daemon --stop which stop the worker fine - but also flag ongoing Task as Completed instead of Aborted or ...
9 months ago
Dear community, I have tried to use clearml-data sync to update a previously created clearml dataset with a folder's content. There had been no change since ...
9 months ago