HI, Having issue with clearml agent not installing package installed directly from github using “git+ https://github.com/ …” How the agent know which package...
3 years ago
Hi. I am trying to install clearml-agent on the remote server on AWS. I successfully installed it to the home directory: Successfully installed attrs-20.3.0 ...
3 years ago
Hello! Is there any way to download a part of dataset? For instance, I have a large dataset which I periodically update by adding a new batch of data and cre...
3 years ago
Is there a way to automatically upload images that were uploaded with tf.summary.image ? These are run in graph mode so I can’t get .numpy() easily.
3 years ago
Hi, While trying to upload to GCP bucket from a task part of pipeline we are getting this error: Descriptors cannot not be created directly. If this call cam...
3 years ago
We see that the pipeline task install “protobuf==4.21.1” How can this be controlled?
3 years ago
Reducing docker container spin-up time with ClearML agent I have made a training experiment with clearML in docker container. Now I have the same image that ...
3 years ago
Hello all, I am trying to have a grasp on ClearML agents, and I'm struggling with docker mode. Let's say, I have a Dockerfile for my custom made docker image...
3 years ago
Hi, from time to time due to connectivity issues my tasks can't report to the server for 5-20mins and fail because of that. is there any way to adjust someth...
3 years ago
Hi I’m trying out pipeline controller from tasks. I was not able to understand why my code results in just one task(the first one) in the pipeline. pipeline ...
3 years ago
additional mounts in docker when running agent task Is there a way to mount specific files into docker container through agent configuration? My point is tha...
3 years ago
post_packages: clearml.conf I had a problem with one python package - it is installed in base docker image but clearML has not determined it during the scrip...
3 years ago
Correct way to configure ssh authentication for git in agent with docker mode I am struggling with configuring ssh authentication in docker mode with agent. ...
3 years ago
Hi, We are using clearml on gcp k8s using the clearml-helm-charts, We noticed that after restarting the apiserver pod, the user credentials we added for the ...
3 years ago
👋 Hi everyone! Quick question, I’m using ClearML version 1.4.1, and when reporting a table the display of the series does not appear in the clearml PLOTS se...
3 years ago
Hi there! We work on the project together with my partner. He shared his workspace with me and I have an access to his projects and tasks. I am trying to lau...
3 years ago
Hi there, is there an option to show plots in the order they are inserted to clearml instead of alphabetic order of titles?
3 years ago
Hi all, I’ve been running into an issue lately when using get_local_copy . The way I use it is: I use get_tasks to find the previous relevant experiments on ...
3 years ago
Hi, I have a local package that I use to train my models. To start training, I have a script that calls task._update_requirements([".", "torch==1.11.0"]) . I...
3 years ago
Hi everyone, what is the best practice to handle disk space on agents? We constantly run out of the disk space and it looks like there is no automatic cache ...
3 years ago
Hello all, I'm trying to figure out how can I log outputs with Pytorch Lightning. I used tensorboard as clearml claims to auto-capture tensorboard outputs, b...
3 years ago
Hello we want to serve a simple rulebase model. Think it as a .py with with a simple if...else function 1) How do you deliver a Rule Based model. Or do I nee...
3 years ago
Hi all. We are using the community ClearML platform to manage our ML experiments. We recently have reached the maximal artifacts quota (> 120GB) and as a res...
3 years ago
Hello, Does anyone else have trouble with deleting experiments? Sometimes when deleting 10 or so experiments some errors pop out and the entire system become...
3 years ago
Hey, Are you thinking of getting ISO27001 or SOC2 at some point / do you already have it?
3 years ago
how can I make sure that S3 artifacts will be deleted, when I delete an experiment from UI? Credentials for S3 with write-permission are set up in UI, but I ...
3 years ago
For some reason, when i try to load a dataset (Dataset.get), method _query task is called and this method try to call _send method of InterfaceBase class. Th...
3 years ago
Hey hey, I having trouble with ClearML and ALBs in the AWS. Could someone help me? 🙂 I am currently trying to deploy ClearML in the AWS. The Basic Infrastru...
3 years ago