Hi I get the following error repeatedly - any idea what may cause this? Retrying (Retry(total=233, connect=233, read=240, redirect=240, status=240)) after co...
4 years ago
Encountered an odd bug. Upon attempting to write images to clearML (3D projected, matplotlib), TKinter is suddenly used as backend, and instead of writes to ...
4 years ago
Hi, i would like to check what would be the recommended hardware specs for the server host ClearML server. I had one configured with 32 CPU cores, 64GB ram a...
4 years ago
Hi, is there a concept of an agent taking more then one job?
4 years ago
Hey, I'm looking into the AWS autoscaler. I couldn't find the Task in my UI, so I ran the aws_autoscaler.py script remotely. It looks like to get it to work ...
4 years ago
Hi there, I am running a clearml-agent in services mode (with docker) on a machine with two disks: one with the OS (8Go, 91% space used) and one for the data...
4 years ago
Greetings, I have a question about provide arguments to docker, by clearml-agent Could I provide an argument for docker not in clearml.conf, but in the start...
4 years ago
When using the ClearML agent, is it possible to let the agent decide if it should schedule a pod on a CPU or GPU? Using the k8s glue it would have to have: t...
4 years ago
There doesn't seem to be any setup required to use clearml in colab in the examples. But, what if the Google account for my colab is not the same Google acco...
4 years ago
I have an experiment that generates many plots, but not all of them show up in the “plots” section of the experiment results. I thought i read somewhere abou...
4 years ago
Hi, Is it possible to delete a parameter from a Task after it is connected? So far I've tried using connect(...) and set_parameters_as_dict() method, but the...
4 years ago
Hi! Quick question. I'm new to clearml, and seem to have problems catching experiments when done through a container (Docker). I have the clearml-server runn...
4 years ago
Hi, I'm having trouble creating my experiment environment in the clearml-agent worker. I have a set of dependencies which are hard to setup, so I opted to wo...
4 years ago
Is setting up ClearML server on same machine that is supposed to be our GPU worker a good idea? I wanted to have every dataset locally using clearml-data CLI...
4 years ago
🙋 Roll call! Who else is here?
4 years ago
Sorry I have again another problem, does clearml have its own package resolution system and doesn't use pip ? I use a lib named pyfunctional ( https://pyfunc...
4 years ago
if I clone a task, is there a way for me to update the output_uri of the cloned task? i tried clone.set_parameter("output_uri", output_uri) and that didn’t s...
4 years ago
How is the new GUI "SETUP SHELL SCRIPT" option supposed to be used? I would like to add an apt install command to one of my tasks, and from reading the relat...
4 years ago
Hello! I'm trying to test the (unpublished) feature that should help me to deal with running cloned pipelines from different commits/branches. I found this c...
4 years ago
Hey all. Is there a best practice approach to deploying models trained in clearml? Does anyone have a standard workflow that they employ?
4 years ago
Hi, A generic qn.. The clearml server uses multiple components like elasticsearch, mongodb, redis etc.. (I am using k8 setup) , In principle, it should be po...
4 years ago
Hey! I stumbled upon some errors with my workers monitoring. I checked logs in my k8s pods for apiserver and elasticsearch and it seems the problem is there....
4 years ago
I started using clearml to track some experiments, after a while the need for reporting different iteration numbers for graphs (inner state) of per iteration...
4 years ago
ClearML Server deployment uses node storage. If more than one node is labeled as app=clearml, and you redeploy or update later, then ClearML Server may not l...
4 years ago
I have a problem with "report_image" When I gave a URL - image was reported no problem. When I use a local image/matrix - the images are not shown on "debug ...
4 years ago
Hi guys, just downloaded clearml. wonder if I can manage versions, lets say some hyperparameters "try1" with data "dat1" and a model will be one version and ...
4 years ago
I saw some talk of ClearML + Kedro on reddit. Is that a good approach?
4 years ago
Sorry folks too many questions - if i have a project (and i set the output uri in it while creating, to a s3 folder) how can i ensure that a experiment (task...
4 years ago
Hello, I am starting to use clearml and would like to deactivate the detection of a git repository. The reason is that the repository is currently only on my...
4 years ago