Hi folks, Any idea why I am getting this strange error from clearml-data: $ clearml-data list --project myproject clearml-data - Dataset Management & Version...
3 years ago
Hey everyone, Do I understand correctly that there is no way to enable "Access Rules" and "Users & Groups" tabs in WebUI for my self-hosted ClearML Server us...
3 years ago
Hi i installed clearml helm chart, i am able access clearml ui(webserver), but i am not be see datasets and pipeline options. Am i doing anything wrong?
3 years ago
Hey, I've started up a new instance of the clearml server using one of the community AMIs, I copied over the data and config from an older version (Version: ...
3 years ago
Hello everyone.I have no idea why clearml-serving inference server tries to get model from that url(pic 1), but in ClearML UI i have correct url(pic 2). Coul...
3 years ago
We're trying to upgrade our ClearML on K8s but we're getting this error - Error: UPGRADE FAILED: cannot patch "clearml-fileserver-data" with kind PersistentV...
3 years ago
Hi, I'm looking for an example show how clearml dataset is consumed by sklearn pipeline or pytorch datapipe. e.g. since pytorch uses torch datasets, can we w...
3 years ago
Hi, I have clearml installed locally and I have a question regarding saving of experiments and models. In a project if we do not change the task name does it...
3 years ago
Hi Community!, I'm facing this kind of error when using git action to run my ClearML training model file. This error occurs when it reached Task.init() comma...
3 years ago
👋 Hi everyone! I am in the process of moving from wandb to clearml . Is there a simple way to track gradients and parameters in a pytorch model as simple as...
3 years ago
Hi everyone how can I pass manual input during git action when the command I use asking me to input clearml configuration. I'm running 'clearml-init' command...
3 years ago
Is there some built-in way in clearml to trigger further action on task fail (or pipeline fail)?
3 years ago
Hey, I am using the autoscaler for both GCP and AWS. The issue is that I can't see all of my workers in GCP in the queue. I assume the worker field is taken ...
3 years ago
Hi everyone, Is there any way to add task_types ? I know supported values are ‘training’, ‘testing’, ‘inference’, ‘data_processing’, ‘application’, ‘monitor’...
3 years ago
Hi, I'm having a little issue with the Task.get_tasks() function. Specifically with the tags argument. In the documentations it states that "Task must have a...
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
Hi, i was adding data using clearml-data and get the following consistent errors. Retrying (Retry(total=237, connect=237, read=240, redirect=240, status=240)...
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
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
Question on using clearml-data to manage contents of datasets. I’m having an issue deleting a directory within a dataset uploaded. Here are a few ways I’ve t...
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
Hello again 🙂 Is there a way to prevent Task from automatically logging model info into ClearML? I mean into MODELS tab.
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
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 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
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
Hello! Thanks again for all the hard work you've put in to bring such a great MLops tool to the community! I have a question about ClearML agent config file,...
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