After trying to execute a task from the queue the agent fails installing the environment: Installing collected packages: numpy Successfully installed numpy-1...
3 years ago
I am trying to run the https://github.com/allegroai/clearml/blob/master/examples/optimization/hyper-parameter-optimization/hyper_parameter_optimizer.py and I...
3 years ago
Hi! Im trying to log 150Gb dataset with clearml to S3 bucket. Whats the reason for this problem?
3 years ago
Is there a way to load only selected files and selected columns from a dataset (saved as multiple .parquet files) without having to download all of it?
3 years ago
controlling artifacts logging Is there a way tell ClearML Task not to do automatic file reporting? My code does tflight model conversion. So the problem here...
3 years ago
Hi ! I ’ve got this error Insufficient permissions (delete failed)during configuring specific key/access for bucket in minio s3. this pair have all s3:* acce...
3 years ago
Hi folks, I just deployed a ClearML agent using the Helm chart. I have a few doubts: after the deployment, I see a new queue called k8s_scheduler, which I di...
3 years ago
Hello everyone. I don't uderstand why is my training slower with connected tensorboard than without it. I have some thoughts about it but i not sure. My inte...
3 years ago
Hi! I would like to make a report on all experiments in my clearml project, the report should include plots based on experiments data grouped by labels. Can ...
3 years ago
Hi, is there any document about migration Clearml-server. Currently, I have Clearml-server running on serverA but I want to move all data (including artifact...
3 years ago
Hi folks, I am having an issue I can't properly understand: I have tried to run the "dataset" example from the official clearml repository (from my laptop) F...
3 years ago
Hey there, is there any way I can tell the task not to set a random seed? I'm setting up reproducibility myself but when I call Task.init() the seed is chang...
3 years ago
Hi, can i default a docker image when running a pipeline? I currently set it as pipe = PipelineController(...) pipe.task.setbase_docker("ubuntu:20:04") pipe....
3 years ago
Hi, I tried to setup clearml serving and ran the example given https://clear.ml/docs/latest/docs/clearml_serving/clearml_serving_tutorial , but it could not ...
3 years ago
Hey everyone! I’m currently trying to set up hyperparameter optimization with clearml on a base experiment using hydra. I got everything working from the exa...
3 years ago
Hi, I have a question regarding storing datasets and models in a s3 bucket. Is there any specific way to upload metadata and models to s3 bucket from clearml?
3 years ago
Hi, I'm trying to use pipelines in the free version and encountered this: is it because I'm using the free version or code based?
3 years ago
I've been seeing this message and similar messages a lot in some of my tasks lately... any ideas? 2022-08-05 16:09:55,492 - clearml.Metrics - ERROR - Action ...
3 years ago
Hi guys, I am having some trouble running some training scripts with the agent functionality: https://stackoverflow.com/questions/73279794/catboostclearml-er...
3 years ago
HI all, we have a weird inconsistency. We have a clearml server installed on-prem and started playing with it. Using the dataset.create command and the subse...
3 years ago
Hey everyone, is it possible to turn off or specify files/folders to exclude from the git tracking/uncommitted changes? I’m running clearML tasks inside a do...
3 years ago
Hello, I'm trying to install ClearML on my k8s cluster. I'm at the point of running helm install clearml-stg-2022-08 allegroai/clearml after that, if I try t...
3 years ago
hi, I created a dataset with 20K files, total of 20GB, with storage pointing to S3. When I upload (or close) the dataset, during the compression phase, the c...
3 years ago
Cannot upload a dataset with a parent - seems very odd! clearml versions I tried: 1.6.1, 1.6.2 scenario: * Create parent dataset (with storage on S3) * Uploa...
3 years ago
Suggestion : ClearML to clear "/tmp" directory once in a while from it's own created files Explanation: We just encountered an error (very uninformative) "OS...
3 years ago
Not able to resume a hyper-parameter optmization. When I try to resume a stopped or aborted parameter optimization experiment, it will fail with the error --...
3 years ago
I have a logical task that I want to split to multiple workers. The task involves processing media files (not training). The optimal design for me would be: ...
3 years ago
I have a question about the ClearML self hosted instance, I notice there is Elastic Search, MondoDB, and Redis in the helm chart are these required or can we...
3 years ago
Is it possible to use in clearML Amazon EBS as storage? Is only Amazon S3 supported?
3 years ago