Hi! I’m running an experiment as follows: create argparser -> args Task.init (default args) call train(args)Then I clone it and change the parameters in the ...
3 years ago
Hi everyone! I"m building the ml-cluster with shared cephfs over it and I want to spawn several agents on the VM's Do I need to make separate cache and datas...
5 months ago
Hi all, is there an example in the documentation of how to use logger.report_line_plot()?
4 years ago
hi, i want clearml to not install packages from my pycharm environment, but activate an environment i have locally on the computer the agent is installed on,...
3 years ago
Hey I don't know why I am getting this error.
2 years ago
Hi, where can I find the logs of trains-agent by default?
5 years ago
Hey there, Is it possible for a clearml pipeline step to log a folder instead of numpy/pickle objects? Looking at the docs, monitor_artifacts could be what I...
3 years ago
We are planning to use a data versioning system, because now we are having a lot of folders with different names which basically contain the same data, only ...
4 years ago
bug: There a bunch of phantom tasks in a queue: they are archived and in status draft. Trying to remove them results in a “Remove Queue failed” popup. If I d...
4 years ago
Agent and env variables (this is almost duplicate thread ) I’m running simple script: import os from dotenv import load_dotenv from clearml import Dataset, T...
one year ago
For some reason, when i try to load a dataset (Dataset.get), method _query task is called and this method try to call _send method of InterfaceBase class. Th...
3 years ago
Hi, I currently try to set up a way to do hyperparameter optimization on 2 machines. My plan would be to set up a ClearML Worker on each of those 2 machines,...
6 months ago
Hi everyone! I'm trying to host the ClearML Server on an VM on OCI, but i'm having some trouble. I'm using the always free VM.Standard.A1.Flex arm64 Ubuntu 2...
2 years ago
Hi guys, what is the correct channel to do a technical question?
4 years ago
Hello All, how can I access the restful api. any docs available?
5 years ago
Hi! I'm trying to report plotly figure to the output model, but the api does not have this functionality yet (for Model ). From the code of Task reporting I ...
one year ago
Hey all, very new to clearML! I am trying to design an HPO setup using the optuna configuration, and I'm working on getting my template trainer set up. The i...
9 months ago
Hello, I'm following the tutorial of https://clear.ml/docs/latest/docs/guides/frameworks/pytorch/notebooks/image/hyperparameter_search/ . In my understanding...
3 years ago
Hi! I am wondering if there is a way to check which S3 is associated to which project once you have created them? I am looking at the mongo docker container ...
2 years ago
Hi, would it be possible to parse torch requirement when it’s part of the extras_require dict? In my code, I have the following: train_task._update_requireme...
4 years ago
Hello Community, Can I run multiple clearml agent from one machine??
2 years ago
Hey All - I'm running into an issue with git authentication. I've setup the aws_autoscaler.py with a corresponding aws_autoscaler.yaml file. I pass in the gi...
2 years ago
Any documentation (code examples) on how to log custom plotly plots?
4 years ago
hi there. i just deployed clearML server to aws ec2 instance. after deployment following instructions, i got below errors from docker logs clearml-elastic {"...
one year ago
Hello everyone, I want to run a GitHub action on each repo pull request to create a task in ClearML to basically do check of current PR code with some scenar...
one year ago
Crazy idea: what if ClearML had a VS Code extension? It could help you start and join ClearML sessions! It could use your local ~/clearml.conf file for read ...
2 years ago
Hi everyone, could it be that ClearML does not track packages correctly, that use import names different from their package name? For example scikit-image is...
2 years ago
Another question, how can I close a Task with a specified status? I know I am able to do task.close() but this doesn't let me control the task's status and I...
4 years ago