Hello guys, I'm trying to setup a selfhosted Clearml server using Kubernetes (with the "Kubernetes Glue, map ClearML jobs directly to K8s jobs" method), so f...
2 years ago
Hey Guys! we run tasks using docker mode environment. the docker image we're using has already all the packages installed on the system, but i notice that ev...
2 years ago
Hello everyone, I’m running ClearML using SageMaker and its strange i see no plots show up when i create a matplotlib plot after initializing my task, wonder...
2 years ago
Is the docker-compose deployment suitable for production? If not, is it be better to somehow use docker swarm instead? The advantage of docker swarm is that ...
2 years ago
hey guys, is there a way to dynamically know the path of a cloned github project (and task) inside a docker mode worker? I want to set the PYTHONPATH inside ...
2 years ago
What permissions do i need to provide to the bot foe sending notifications in my slack workspace
2 years ago
Hi Team,Im currently getting below error while running the pipeline with pipeline.start() raise ValueError('Could not find queue named "{}"'.format(queue_nam...
2 years ago
also ,getting this error message so how to configure repo in clearml.conf clearml.Task - INFO - No repository found, storing script code instead
2 years ago
hey guys trying to save a model via the OutputModel.update_weights function I get the following error: 2023-03-23 11:43:23,298 - clearml.storage - ERROR - Fa...
2 years ago
Hi guys, I am running an optimization task via clearml-agent and I get the following warning
2 years ago
Hi good folks here! Does ClearML allow auto-rerun of Failed jobs, for example when a SPOT instance gets interrupted, please? (or auto-resume, if checkpointin...
2 years ago
Is it possible to merge None please? It’s blocking us from using ClearML sessions. Thank you 🙂
2 years ago
I'm getting some weird ClearML behavior. I've deployed it to an EC2 instance. When I access :8080 , I see the full ClaerML app as expected (first screenshot)...
2 years ago
One for the backlog, in the ClearML Serving tutorial at the Registering & Deploying New Models Manually step, the code snippet given in 1. is clearml-serving...
2 years ago
Hey friends, how do you configure ClearML to use an S3 bucket? Specifically: does every data scientist have to have hard-coded AWS credentials with read/writ...
2 years ago
Hi folks! How do we get clearml-session to run in a private docker image from a private container registry, in particular from an AWS ECR , please? Very usef...
2 years ago
qq - is there a way to control clearml-agent workers running on remote machines from the machine running clearml-server ? (either by GUI or CLI). The use cas...
2 years ago
Hey guys! I was wondering if there are any good examples in deployment of CV (detection) models through ClearML-serving? The examples I have seen so far are ...
2 years ago
Hi all, would you have a minimal AWS Policy recommendations for the AWS AutoScaler?
2 years ago
Hi team! Is there a way to make ClearML’s AWS Autoscaler and queues resource-aware please? I.e. if we can say, as we enqueue our job, how much RAM or GPU-RAM...
2 years ago
On a related line but more complicated: how can we ask the Autoscaler to queue, say, N jobs on an N-GPU machine, please? For example, on AWS, NVIDIA A100 GPU...
2 years ago
Security question: in my journey of running ClearML the "hard way" (self-hosted), one problem I haven't solved is security. Some discussion here...
2 years ago
Hello all, although I call pipe.wait() or pipe.start(wait=True), the PipelineController does not wait in the script until the pipeline actually terminates an...
2 years ago
Hi everyone, is there a way to either aggregate scalars in the web UI or to read scalars from existing tasks? My use case is that I do multiple runs of the s...
2 years ago
Hey I've not used clearml pipelines much. Is there a possibility to trigger a pipeline based on some clearml event? (like tagging an experiment)
2 years ago
also, just curious - does clearml restrict the number of artefacts recorded to just one?
2 years ago
Hi everyone, quick question: is the self hosted version free for big teams or the pricing shown on the website refers also to the self-hosted case?
2 years ago
hello, is it possible to edit scalars/plots from an experiment (rename or delete them) with the python client or with the server api?
2 years ago
Hey guys while trying to serve, following: None after running : cd docker && docker-compose --env-file example.env -f docker-compose.yml up i get many errors...
2 years ago