Has anyone tried using ClearML with Ray based distributed training for Computer Vision models like Resnet?
one year ago
Hi everyone, my clearml agent fails to clone the repository that is currently on my company's self hosted gitlab instance, which we clone from via ssh. I hav...
one year ago
Hi everyone. I am trying to connect my clearml server with my digital ocean s3 so the artifacts will be kept there. Can somebody show me an example configura...
one year ago
Hi everyone, I get an error when I add an argument of type Enum to a pipeline component (@PipelineDecorator.component). At the same time pipelines (@Pipeline...
one year ago
What could be the reason that im not getting any scalars reported to clearml using example script? None
one year ago
Hi, in our use case, we use multiple github repo from our organization as dependent package. The issue is that github allow only one uniq ssh deploy key per ...
one year ago
Hi everyone, I wanted to inquire if it's possible to have some type of model unloading. I know there was a discussion here about it, but after reviewing it, ...
one year ago
Hello all, I'm trying to queue a task in python but I'd like to reuse the prior task ID. In the webapp you can Reset and Enqueue a task and it'll reuse the t...
one year ago
Hello , I'm using this version of ClearML : WebApp: 1.4.0-175 • Server: 1.4.0-175 • API: 2.18 Using Docker-Compose. Do you know what should I do in order to ...
one year ago
Hi, lately while trying to create a new dataset we encounter the following error: my code: from clearml import Dataset, Task dataset_1 = Dataset.create(datas...
one year ago
Remote task execution fails on self hosted clearml with: fatal: could not read Username for ' None ..com': terminal prompts disabled I am launching remote ta...
one year ago
Hi, clearml-ui does not show the pipeline even it is available. When I click the pipelines section it shows me there are two pipelines like in below but when...
one year ago
Hi, does ClearML not yet support python 3.12? the wheel installs correctly but we are getting "ModuleNotFoundError: No module named 'distutils'" from site-pa...
one year ago
Good afternoon I didn't find any mention in the documentation please tell me if it is possible to implement “Move to top” through the API, how can this be do...
one year ago
Hey all, is there a way to transfer ownership of your clearml account to someone else?
one year ago
Hey all, hope you had a great start to your new year! How do I change the task description from the automatically generated task description. I went through ...
one year ago
Hi folks is there any way to retrieve information about user last login? i am pretty sure that i can get this information from mongodb, but maybe somehow its...
one year ago
we have an nginx container in front of ClearML, functions use sort of " SSL reverse proxy" we are seeing this errors with jobs that are trying to upload some...
one year ago
I am trying to implement a service task which will do some orchestration of jobs, queues, VM instances, etc. I'm using clearml.backend_api.session.client.API...
one year ago
I am currently training a YOLO model using the YOLOv5 framework within a container. I am using the --project and --name flags during the training process, bu...
one year ago
Hi there. Does the AWS Autoscaler (PRO account, Web app) work? I'm a bit confused how it should work. I'm able to run an EC2 instance via AWS Autoscaler but ...
one year ago
Hello, I'm trying to use clearml agent to build a containerized task None The task runs ok but when I try to run the build command, one package has a depende...
one year ago
Hi all - I am new to ClearML and trying it out using the Free plan, and I am generally quite impressed with the amount of features available for free 💪 .. I...
one year ago
Good afternoon! please tell me how to get a list of tasks for the last 24 hours using Task.query_tasks? Can this be done by specifying a specific filter? I l...
one year ago
Hey all, I have a question that might have been asked before but I can't find an answer on this slack channel or the Github so I hope somebody can help me. I...
one year ago
hey all, in amazon aws, using the auto scaler, i want to mount my EFS on all ec2 workers who get spawned by the auto scaler. assuming i edited my security gr...
one year ago
Hey all I see this error repeating constantly, and my metrics are not updated, what does it mean? 2024-01-07 03:41:09,676 - clearml.Metrics - ERROR - Action ...
one year ago
Hi, I am struggling for following points. 1. Trying to update model metadata through APIClient . For which i am using POST /models.add_or_update_metadata As ...
one year ago