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
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
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
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, 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
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
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 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
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
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 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
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! 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 ! 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
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
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
Hi! Im trying to log 150Gb dataset with clearml to S3 bucket. Whats the reason for this problem?
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
Performance of project overview We see some performance issues with the projects list in the Web UI. When there are lots of sub projects the server response ...
3 years ago
Is there a way to add a free-text field to a Task, e.g. a human readable description of what the user trained?
3 years ago
I have a question about how to load a local directory to clearml's venv-builds Assume the following file layout: tree . ├── demo.py └── local_dir ├── hello.p...
3 years ago
Hi, I am running my script from PyCharm and create a task inside it using Task.init() My PyCharm is connected to my git repo, and I want to add my git repo i...
3 years ago
I'm running hyperparameter tuning with OputnaOtimization. When using optuna it is possible to save studies as you go and pick them up again in case of crashe...
3 years ago
Hello again 🙂 Is there a way to prevent Task from automatically logging model info into ClearML? I mean into MODELS tab.
3 years ago
Hi Everyone, I have a training job task which was using GPU that went to failed status because of CUDA Out of memory . However when i look at the worker view...
3 years ago
Hi everyone! Is anybody using log-scale parameter ranges for hyper-parameter optimization? It seems that there is a bug in the hpbandster module. I'm getting...
3 years ago
is it possible to add extra arguments to pip install for a docker agent? somewhere in clearml.conf or maybe some docker arguments? I'm trying to add a truste...
3 years ago
Hello, I have a local install using the docker compose approach. I'm trying to set default_output_uri in /opt/clearml.conf and it's ignored. I also tried to ...
3 years ago