Hi, I have a question: How can I set docker image when init a clearml task, I don't see docker option in Task.Init. I saw a docker option in Task.Create but ...
19 hours ago
👋 Hi everyone! quick question does clearml offer also direct access to compute resources, or you always need to bring your own cloud provider?
one day ago
hi!! I have a question, I have a dataset saved in s3 using clearml, is there a way of getting the full path of this dataset in s3?? something like import cle...
one day ago
Hello, I have an issue with task.close(). On a Mac it works as expected, but on my (gpu enabled) linux machine the code execution freezes when calling task.c...
2 days ago
Hey everyone With recent changes in Dockerhub policy, very soon we will lose our ability for pull docker.io images ClearML open-source version have Elasticse...
2 days ago
We're looking at setting up on-demand cloud GPU training, but have hit a blocker: we'd like to use On-Demand EC2 instances (as described here None ), but it ...
3 days ago
Hello 🙂 I am having issues persisting output images to a self-hosted clearml server. When I use the matplotlib automagical hooks (with plt.show() ) I get em...
3 days ago
Hej everyone! I'm trying to setup cleraml using k8s. Everything went well until I started my training pipeline. The problem is that my debug samples aren't s...
3 days ago
Hello! I have a clearml-task that reads args from command line using argparse. Before this worked fine. Now, args are show up in the configuration tab of the...
3 days ago
Hi. I am using ClearML server on premises to manage ML data and tasks/experiments. Is it possible to modify FILE PATH from ARTIFACTS? The file server IP chan...
3 days ago
Hello everyone, I'm working on a flexible machine learning pipeline using ClearML, covering data retrieval, preprocessing, training, and evaluation. I want t...
5 days ago
Hi everyone! i am using ClearML Pipeline for retraining purpose, i just want to ask why model from retraining process is stored under project "project_name/....
6 days ago
Hi, I wanted to ask whether using ClearML StorageManager class downloads the whole dataset from the remote_url or uses incremental downloading? I've created ...
7 days ago
Hi folks! I am trying to create a pipeline with ClearML and Ultralytics. While there's already amazing integration among the tools, I found some difficulties...
7 days ago
Hey ClearML community We are managing multiple ClearML servers for many teams and we come to the point that we must cleanup and delete old tasks Based on cle...
8 days ago
Hi, I am working in AWS where I have multiple accounts, each one containing its own databases. I want to understand how to set up a ClearML server in one cen...
9 days ago
Hi, I'm trying to setup the Storage (AWS S3) for ALL components of ClearML. I'm deploying ClearML on Kubernetes with the official Helm charts. I can't find a...
9 days ago
Hi community, is it possible to start two agents on the same machine? If it is, can they read from two different configuration files? How can this be impleme...
9 days ago
To continue the above thought, how do I get a user's name from the user's ID, but through the REST API? Specifically I'd like to know how to get this object ...
9 days ago
is there a way to obtain the user id without the REST API? somewhere in the UI that users can obtain this?
9 days ago
Hey there so a while back we had a problem using Triton in clearml serving. I just recieve 405 errors when calling the Triton endpoint, when using other serv...
9 days ago
Hi everyone, I'm quite new to ClearML , just started self-hosting it on our GKE using helm charts( enabled fixed users, using ClusterIP instead of NodePort )...
9 days ago
Hi folks! Can someone advise/share examples on how to properly combine Hydra and ClearML for working with hyperparameters and DDP? I tried to follow the docu...
9 days ago
Hi everyone. I'm new to ClearML, and I want to give it a go. Does someone have a link to an elaborate tutorial or guide that shows how to set up a ML pipelin...
10 days ago
does anyone have working example of how to properly use pagination with ClearML REST API? I'm trying to use projects.get_all to get an json with all my proje...
10 days ago
Hello! I know I can get a single reported value using task.get_reported_single_value(name) . Is there anything like this but for a reported plot (table in pa...
10 days ago
Hi, is it possible to be able to manupulate not only the body of the retrun of clearml-serving requests. I want to add custom authentication and want to retu...
10 days ago
Hi abit of a crazy question... but is it possible to use ClearML in Rust, without writing a wrapper. I noticed the API doesnt cover dataset operations but th...
13 days ago