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 ...
one month 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 month 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 month 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...
one month 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...
one month 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 ...
one month 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...
one month 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...
one month 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...
one month 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...
one month ago
Hello everyone, I'm working on a flexible machine learning pipeline using ClearML, covering data retrieval, preprocessing, training, and evaluation. I want t...
one month 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/....
one month 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 ...
one month 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...
one month 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...
one month 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...
one month 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...
2 months 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...
2 months 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 ...
2 months ago
is there a way to obtain the user id without the REST API? somewhere in the UI that users can obtain this?
2 months 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...
2 months 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 )...
2 months 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...
2 months 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...
2 months 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...
2 months 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...
2 months 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...
2 months 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...
2 months ago