Can we get some statistics from already reported plots?
4 years ago
I'm using docker to run experiments which should have all required dependencies necessary, but when running on a worker node, the ClearML pulls the docker im...
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
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
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
Hello, I am also having issues when migrating our ClearML install, specifically from 0.17 to 1.0.0 (I was doing it for 1.0.2 at first but I've seen in some m...
4 years ago
Hi All! My team and I are considering using ClearML for our organization's ML infrastructure needs and I have a couple of basic questions about the (cloud) o...
4 years ago
Hi, I am getting the following errors in the experiments I am currently running: 2021-06-25 17:11:47,911 - clearml.Metrics - ERROR - Action failed <504/0: ev...
4 years ago
Hello, I was wondering if anyone could help with an issue relating to cloned Tasks. I have been able to register and run a regular Task which I then try to c...
4 years ago
Hi, I've a few questions on clearml-session. We will be running some GUI applications so is it possible to forward the GUI to the clearml-session? We have a ...
4 years ago
Is there a way to do s3 -> s3 copy while doing a dataset? I don’t want to get it to local from s3 and then upload as a dataset to s3
4 years ago
Hello! Getting credential errors when attempting to pip install transformers from git repo, on a GPU Queue. fatal: unable to write credential store: Device o...
4 years ago
Hey, I'm trying to get the Google Cloud Platform Credentials as a .json file inside my dockerized clearML agents. I was able to copy those credentials from t...
4 years ago
Do I understand correctly, that running Dataset.list_datasets(only_completed=False)should return all datasets from all projects?
4 years ago
Hi! does anyone have experience using ClearML inside a Vertex AI job?
4 years ago
Hi, I have a problem that I am not really sure about how to track it down: I sometimes get the following message that kills my running process after a few ho...
4 years ago
Hi, saw that this question came up several times in the past, but I couldn't find a solution that worked for me. I tried to run clearml-init from two Windows...
4 years ago
I also tried to manually create a clearml.conf file and add the line api.verify_certificate: False at the very beginning. But then when I try to create a tas...
4 years ago
Hi again, my clearml api-server is having a memory leak. Each time I restart it, its ram consumption grows until getting OOM, is not killed and make the ec2 ...
4 years ago
Hi, I think I found a small bug: Clone an experiment Enqueue it on a queue with no workers Delete the queue Try to Dequeue the experimentThe last operation w...
4 years ago
Hi, is it possible to disable some of the system metrics monitored? and also downsample the rate of logging?
4 years ago
Hi, I updated my project to use hydra 1.1 and I realized that the params are not being saved anymore. Is there any known incompatibility between the current ...
4 years ago
Hi, I'm trying to upload my dataset via clearml-data CLI, but I'm facing this error: Pending uploads, starting dataset upload to Uploading compressed dataset...
4 years ago
hi, can i use clearml as a tool for deploying models in a private network? did not manage to understnd from the docs.
4 years ago
So i bumped onto this comparison shared by dagshub. It kinda placed ClearML is a rather bad position compared to everything else in the industry. https://dag...
4 years ago
I'm trying to set up some initial experiments within our stack, but when I use the execute_remotely task, I get this error: clearml_agent: ERROR: Failed gett...
4 years ago
side question - any plans to include native support for lgbm ?
4 years ago
Hi, I am trying to upload a model but I am getting the following error: 2021-07-05 17:21:14,625 - clearml.storage - ERROR - Failed uploading: cannot schedule...
4 years ago
Seeing this error when trying to run a Monitor in services queue (agentservices running on Kubernetes): Am I missing some configuration I need to add over de...
4 years ago