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...
one year 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...
one year 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...
one year 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...
one year 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...
one year 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...
one year 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...
one year 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 ...
one year 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...
one year 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...
one year ago
None
one year 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...
one year 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...
one year 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 ...
one year 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...
one year 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...
one year 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...
one year 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...
one year 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...
one year 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...
one year 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] ...
one year ago
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 ...
one year ago
Hi, could anybody please help me with spin up agent after reboot on my ubuntu machine? I'm currently trying to do it thru systemd service and script.
one year ago
I have a Pydantic Class for my pipeline params (that verifies integrity of booleans, strings, emails, aws-intance-ids and such). I want to use tihs class to ...
one year ago
Dear ClearML community, I am trying to optimize storage on my ClearML file server when doing a lot of experiments. To achieve this, I already upload only the...
one year ago
Hi, can anyone help or share information about CI/CD integration? After merging to master on Bitbucket, I need to either create a new task and register it on...
one year ago
Hi, I am trying to figure out how to get cloud storage access working in the agent. I am running the agent locally in docker mode. I set up GCP Storage in th...
Hi, I wanted to try model versioning, suppose that I've a model and want to have multiple versions of the same model and to be able to have inference on thes...
one year ago
please tell me, is it possible to do something so that you can indicate some other s3 sources, host and providers other than s3.amazonaws.com ? so as not to ...
one year ago
please tell me how to find out from a model whether it is published or not? I didn't find the model.is_published() method None
one year ago