I am thinking it could have to do with versioning on dependencies maybe?
2 years ago
hey all getting this error pretty sprotically ile "/home/ubuntu/.clearml/venvs-builds/3.9/lib/python3.9/site-packages/clearml/task.py", line 1113, in output_...
2 years ago
Hello, Is there a way to completely disable the apt update at the start of a training?
2 years ago
Hello, is there a way to disable dataset caching so that when dataset.get_mutable_local_copy('/my-folder') is called, a copy of the dataset is not saved to /...
2 years ago
I'm wondering if I've run into a bug, or am not understanding something correctly. In a pre_execute_callback in a pipeline step, I am calling model.get_local...
2 years ago
Hi all! Question about pipelines using decorators. The first step of my pipeline uses a specific repo, specified using PipelineDecorator.component(repo='repo...
2 years ago
Hi. I have a job that processes images and creates ~5 GB of processed image files (lots of small ones). At the end - it creates a clearml.Dataset and perform...
2 years ago
Hi, I'm running clearml==1.8.4rc0 When creating a Dataset with the following code - the dataset that is created includes ALL the files within the bucket and ...
2 years ago
Hi, is it possible to specify the required version of python for a Task that is different from the python running the clearml-agent? Example: my clearml-agen...
2 years ago
Hi, I have a case when I want to clone tasks and set some parameters for them. I noticed, that I can't pass numbers, only strings are possible there. When I'...
2 years ago
Hi, How do I enable ssl with our self-hosted clearml-server ?
2 years ago
Hey everyone, not sure exactly when it started to happen but I get unexpected behavior with task.init jobs with same project/tasks name are not overwritten -...
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
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, 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
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
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
Just wanted to see is ChatGPT correct? 😂
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
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, 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 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
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
Also it’s weird to me that when running pipelines in debugging_pipeline that it will even show in the UI
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
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
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
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
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
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