Hi recently upgraded all the clearml, clearml-server, clearml-agent. Now running k8s glue with clearml-agent=1.0.1rc1. python3 k8s_glue_example.py --queue 1b...
4 years ago
Hey all. Thinking about organisation of artefacts and how we store them in S3. We have been using the StorageManager to upload files to target S3 destination...
4 years ago
I try to update scalars, but the iteration I pass is ignored, instead the last iteration is incremented, feels wrong to me. prev_task = Task.init(continue_la...
4 years ago
Can we get some statistics from already reported plots?
4 years ago
is there any way to export CSV with max metrics and hyperparameters for selected experiments?
4 years ago
Does clearML have an integrated approach to querying model metrics? The objective is to log all model run outputs in order to be able to query them for deplo...
4 years ago
any guides on how to aggregate results of different experiments?
4 years ago
Hi, I'm attempting to upgrade my clearml server on offline env. I wish to retain all existing data. Can I check if it suffice to just docker-compose down --r...
4 years ago
New Channel! After TrickySheep9 asked about discord/slack channels that are centered around ML/DL and data science, I figured that since there are so many of...
4 years ago
OK, we've got a GPU Queue setup on one of our local machines. I managed to run a script on it, which was intended to download a clearML dataset stored in s3....
4 years ago
Hi, we would like to make a copy of the base public AMI ami-0a4224787c2f50fe9 as we noticed the owner of these AMIs only keeps the last 2 versions. When I tr...
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
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
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
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
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, I encountered a bug on clearml-server 1.0.1: I tried to add in a project page a custom column in +HYPER PARAMETERS > Args > queue and got an error pop up...
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, 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
Off topic - Is there a slack / discord community for general ML discussions?
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
Hi everyone! how can i automatically report system resources utilisation?
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
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
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
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
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
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
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
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