What is the maximum length for the experiment name? I noticed that with very long names errors can occur
4 years ago
Hi, I have a few questions regards to Publish Experiment , I would like to understand what is the use case for it? It turns a experiment into read-only(view)...
4 years ago
I buried this issue in another thread to do with deployment, but I was wondering if anyone else has had problems using clearml-serving package to serve a PyT...
4 years ago
🙋 Roll call! Who else is here?
4 years ago
Hi! I am trying to run some experiments on an agent I have configured to use the requirements.txt the problem is it only shows Cython on the list of installe...
4 years ago
Hello! I'm trying to setup a clearml server on my manjaro vm. I've got everything set, but my config directory (/opt/clearml/config) is empty. Any idea why c...
4 years ago
When running jobs, my pipeline controller always updates to the latest git commit id but sometimes my pipeline steps do not. This appears to be somewhat rand...
4 years ago
Hi, I'm running clearml agents via K8s glue. I noticed that the agent is not pulling latest images even though docker_force_pull is set to true. A kubectl de...
4 years ago
Hey, could you help me? I’ve tried update clearml-server in k8s Old and new clearml in the different namespaces, but after migrate I got the error Error 101 ...
4 years ago
I'm trying to use query_models in the Model() class to get back results based on the project_name , but I changed the project name in the ClearML hosted GUI ...
4 years ago
hi all, i have a question about datasets. i see that in the process of creating a dataset, you have to use Dataset.upload() which uploads the data to the ser...
4 years ago
Hello, I would like to use spot instances together with the AWS autoscaler to train models with pytorch/ignite and I am wondering how to support interruption...
4 years ago
Hello ClearML friends. I'm trying to setup a clearml agent on my workstation to queue jobs on my GPU. $ pip3 install clearml-agent $ clearml-agent init $ cle...
4 years ago
Ok, nvmd. As soon as I spend all the time to write the above message, I figured it out. In case you are curious: I ran the clearml agent in a session before ...
4 years ago
So, here's a question. Does clearml automatically save everything necessary to continue training a pytorch language model? Specifically, I've been looking at...
4 years ago
Hi, Is there a way to stop a clearml-agent from within an experiment? Or block it to prevent it running any other task?
4 years ago
Hey, I’m getting the following error when loading a model using model.get_local_copy() … raise ValueError("Could not retrieve a local copy of model weights {...
4 years ago
Hello I want to know that without any access to the webserver component, is it possible to use ClearML? I’m asking from a security perspective.. Paraphrasing...
4 years ago
Quick one: Having some issues with comparing experiments. Can I only compare experiments if they are clones of the same parent task?
4 years ago
So, I have just started using ClearML for local data and experiment tracking and its been super helpful. Now that I am moving towards deploying and serving t...
4 years ago
Hi everyone! how can i automatically report system resources utilisation?
4 years ago
For some runs of my experiments the ressource monitoring exists, for other it does not. Any idea why this could be the case?
4 years ago
Off topic - Is there a slack / discord community for general ML discussions?
4 years ago
Hi, I am getting an error while running task.mark_stopped() , any idea why? (clearml 1.0.2, clearml-agent 1.0.0, python 3.6) File "/home/machine/.clearml/ven...
4 years ago
Hi all, I'm using clearml 1.0.3 with clearml-server <1 (how do I get the current running version?) In Pytorch-Lightning I use DDP and I see multiple tasks (a...
4 years ago
Hi all, I use .get_local_copy() to get a local copy for each of my artifacts logged in a task. I currently have 160 files which I want to get a local copy. E...
4 years ago
Hi, What Is The Right Way Of Syncing A Dataset?
Whenever I Add New Archives And Try To Upload I Get:
Hi, what is the right way of syncing a dataset? Whenever I add new archives and try to upload I get: Error: Task object can only be updated if created or in_...
4 years ago
Hey, one more questions ) after migrate data to new clearml 1.0.2 (from 0.17.0-63, but image version of elastic(7.6.2), mongo(3.6.5), redis(5.0) the same), s...
4 years ago
Hello! I got the idea of publishing model/task. But there could be scenarios when it still should be archived/deleted. For instance death of project. Is it p...
4 years ago
So, I'm trying to do a several-step process, but it needs to run on a GPU queue in ClearML. How would I do that? Specifically, here's what I'm trying to do, ...
4 years ago