Hi is there an option to generate / set for each user on clearml server a key+secret ?
2 years ago
Hi all, Please tell me how to get its own task in the task executed by Enqueue. I'm trying to get it with Task.current_task() , but I get None. The reason I ...
2 years ago
Hello. I have a question regarding pipeline parameters. Is it possible to reference pipeline parameters in other fields of the https://clear.ml/docs/latest/d...
2 years ago
Hello all, I have a question regarding showing of debug samples within an on-prem ClearML instance. I am logging debug images via Tensorboard (via add_image ...
2 years ago
Hello everyone! I'm trying to add functionality where I need to rotate artifacts. Psedocode: task = Task(...) task.upload_artifact(path)and after some time I...
2 years ago
Hey all, quick question about pipeline execution queues. I set the execution_queue='queuename' on my individual pipeline components using the decorator, and ...
2 years ago
we just had a slight problem - there was a double space in S3 checkpoint name, but ClearML UI prints them as one in the model description. if you copy and pa...
2 years ago
Hey all, hope you're having a great day, having an unexpected behavior with a training task of a YOLOv5 model on my pipeline, I specified a task in my traini...
2 years ago
I'm trying to set up clearml server on a new vm but the elasticsearch container is erroring with the following: Attaching to clearml-elastic clearml-elastic ...
2 years ago
Hello! When trying to use ClearML Datasets with Google Cloud Storage with the authorized user credentials it will fail and say some fields are missing from t...
2 years ago
Hey all, We like to https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_security#network-security with our self-hosted server. We are using GC...
2 years ago
Hi, a quick question regarding hyperparameters optimization feature - does it available even in the Free plan, and Pro just adds GUI for configuring it?
2 years ago
Hi all, We are customizing the clearml-web UI. I would like to limit the tasks that can be viewed by each user. I want to get tasks with tasks.get_all_ex, Ca...
2 years ago
Hey there! Quick question about clearml-agent, docker and conda. I’m trying to use conda as package manager with an agent, but I get the following error mess...
2 years ago
Hey, Is there a way to temporarily turn off clearml logging? I’m using pipeline and when developing i don’t wand them to be added to the UI and spam it. in w...
2 years ago
Also it’s weird to me that when running pipelines in debugging_pipeline that it will even show in the UI
2 years ago
Hello. Just re-posting this maybe I can get come additional help. For some reason the pipeline Node object from my pre_execute_callback has not attributes se...
2 years ago
Hi everyone, I am having problems getting PyTorch Nightly (for torch 2.0 preview) to run on clearml-agent. Here is my log. Maybe someone sees what the issue ...
2 years ago
Hey everyone, I have another question: Is it possible to change agent config for each task? E.g. agent.package_manager.system_site_packages = true should be ...
2 years ago
Hi, I ve got mongodb evicted due to disk pressure(I deployed clearml and corresponding services into kubernetes cluster), I have fixed node and restarted mon...
2 years ago
Hi, when we use Task.clone()we need to pass project id (not project name). Is there a way to get project id from project name somehow?
2 years ago
Hi everyone, I'm currently trying to add a csv-file that is located in an S3-bucket to an existing clearml dataset using the following code: dataset = Datase...
2 years ago
Hi all, I am currently trying to deploy clearml in AWS Fargate using Terraform, and need to pass in some https://clear.ml/docs/latest/docs/deploying_clearml/...
2 years ago
Just wanted to see is ChatGPT correct? 😂
2 years ago
Hi, I am trying to setup an auto scaler, but I am getting the following dependency error: ERROR: pip's dependency resolver does not currently take into accou...
2 years ago
Hi guys, there is a bug introduced with clearml-agent 1.5.0: the resolution of the torch version is broken: it will try to find the torch version matching th...
2 years ago
Hello, I created dataset A, then created a new version of this dataset (dataset B) and specified dataset A as the parent. After I deleted dataset A, I can't ...
2 years ago
Two things: The release of clearml-agent was not announced in 🤯 clearml-agent seems outdated wrt requirements, making poetry and clearml-agent incompatible:...
2 years ago
Hello all! I am new to ClearML and recently installed clearml-server on my k8 cluster via the helm charts. I am now trying to run the AWS Auto-Scaler just vi...
2 years ago