Hi, i was running my agent and had a few scripts for agent.extra_docker_shell_script. but when I looked through the logs, they were not executed. Any idea wh...
4 years ago
Hi, would it be possible to parse torch requirement when it’s part of the extras_require dict? In my code, I have the following: train_task._update_requireme...
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
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, 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
any guides on how to aggregate results of different 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
Hi, We have a clearml agent running on an ec2 machine. Until now it worked great. We are two team members using it without a problem via the saas UI. Startin...
4 years ago
hi, i'm wondering why is the agent being terminated after some time? i want it to always be running in the background and listening to a queue, and not have ...
4 years ago
Hi, is it possible to start a clearml-agent (not in docker mode) on a machine with a gpu, but enforce the clearml-agent to not “see” the gpu? So that the exp...
4 years ago
is there any way to export CSV with max metrics and hyperparameters for selected experiments?
4 years ago
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
Hey, we have an issue after migrating to v1.0.2 from 0.17. clearml-agent-services kept restarting (ran sudo docker ps ). We used the AMI ( ami-0a4224787c2f50...
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
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