Hi guys, I am having some problems about parsing arguments to a task when running on agent. I have a task A that creates another task B via subprocess. Some ...
11 months ago
Hi everyone, if I copy embed code on some scalars I want to add to a report, it does not add the title nor the x-axis label into the report. Does anyone know...
11 months ago
Hi everyone, I recently joined the community and I have a question. I installed ClearML server following the instructions at the link None and everything wor...
11 months ago
Hey everyone, I am having some difficulties passing environment variables on my piepeline components running on agents ( 1.6.1 ) without docker mode: - I set...
11 months ago
I've been using ClearML on on-premise machines and would now like to deploy everything in GCP (deploy everything new from scratch, don't care about migrating...
11 months ago
Hi all, Did anyone try to register "Pro" recently? I tried now, but I get a receipt of 0 $ , and not clear if registered at all. Tnx
11 months ago
Hello! I’m trying to re-use model, which is already in model regystry and I came up with two ideas: Query model and connect it to the task task.connect(model...
11 months ago
Hello folks! i have a question about clearml.Task.create`` , especially aboutrepoparameter is there an any possibility to force clearml download submodules f...
11 months ago
Hi, I have a question about task status. I have a script that runs "forever": it loads (or creates, if it does not exist yet) a specific ClearML task, does s...
11 months ago
Hello, I am trying to use the SDK function dataset.sync_folder , but it doesn't look like it works. I see Add image.jpg being printed for all my data items, ...
11 months ago
Hi everyone! How do I read .conf files into python? Is there any python parser library/package to do that?
11 months ago
Hi - quick question. I am using the PipelineController with abort_on_failure set to False. I have a pipe with a first task that branch out in 3 branches. - I...
11 months ago
Hi, I want to update the destination some of my completed datasets, is it possible to do so and how? Thanks!
11 months ago
Hi, is there any possibility to add some best practises for self-hosted docker solution to docs? For example how to serve this awesome project on HTTPS. I wo...
11 months ago
Hello. In which YAML files for Kubernetes and where should I specify the AWS file_server and credentials for clearml-agent so that when running tasks remotel...
11 months ago
I've noticed a change from ClearML 1.13.1 to 1.13.2 relating to the Hydra integration. I'm not yet convinced it's a bug but it could be but it also might jus...
11 months ago
Hello there, is there any option to run ClearML behind Nginx reverse proxy?
11 months ago
Hi again! I am doing batch inference from a parent task (that defines a base docker image). However, I've encountered an issue where the task takes several m...
11 months ago
GCP AutoScaler limits not working correctly? Hi there, I have encountered some unexpected behaviour with the GCP Autoscaler. The AutoScaler does not appear t...
11 months ago
What is the best way to set S3 as a files server? We have a clearml deployment without a files server, but after/during a training run clearml.metrics always...
11 months ago
Hi, I have problems to render matploblib figures via. report_matplotlib_figure. This line plt.subplots() try to export to the fileserver which is not configu...
11 months ago
Hi, I recently found about ClearML Rest API. I have run the basic API like for login , logut create project , get project but i am not able to run the task c...
11 months ago
Hi, I have recently found out that StorageManager can be used on its own and since then I have been using it together with ClearML's fileserver to store some...
11 months ago
Hi I have an issue with the clearml-agent in docker mode. I am trying to mount additional stuff in the container via sur default via the agent.default_docker...
11 months ago
Hi Guys, we are running clearml-serving on a kube cluster on AWS and we have noticed that we are getting some 502 errors once in a while that we can't seem t...
11 months ago
Hi! Once again, I'm having trouble with the autoscaler. If the 'setup shell script' field is present, the task won't start. It woulf install all the requirem...
11 months ago
Hi, I'm experiencing some fairly slow uploads of a new dataset version. I'm running a local server and I'm uploading a ~20GB update to a ~30GB dataset consis...
11 months ago
How can I move clearml dataset to another directory? Change its URL
11 months ago
some example also bringing {}:from clearml import Task # Initialize the task task = Task.init(project_name='your_project', task_name='your_task') # Define a ...
11 months ago