Trying to follow https://github.com/abiller/events/blob/webinars/videos/the_clear_show/S02/E05/dataset_edit_00.ipynb by GrittyStarfish67 and getting the foll...
2 years ago
Can we temporarily disable the autologging feature? (specifically for matplotlib ?)
2 years ago
Hey folks, when trying to use the git user & password for my clearml-agent, I received an error message saying that support for cloning using the user passwo...
2 years ago
Hi, I tried to deploy Clearml-server on EC2. I followed the instruction written on this https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_aw...
2 years ago
after recent clearml server update, whenever I clone an experiment, the default project for the draft copy is the first project in the list. previously, it w...
2 years ago
Hi! I installed self-hosted clearml server using https://artifacthub.io/packages/helm/allegroai/clearml . Because ClearML Server does not restrict access by ...
2 years ago
Hi All. I am wondering how people tend to use ClearML with cross-validation. Do you tend to create separate experiments for each fold? and if so, would you t...
2 years ago
Hi Community, using ClearML and loving it so far! I had a question around the Models that ClearML automatically picks up from the frameworks and saves them. ...
2 years ago
Hi clearml.-community! How do you ensure that clearml-agent does not fill up the disk with docker images if your users use different images. Is there in opti...
2 years ago
hi to all! i'm trying to enable clearml-agent in my k8s clearml-server installation. I'm following this guide https://github.com/allegroai/clearml-server-hel...
2 years ago
Are there any platform built on top of ClearML?
2 years ago
What what I can see, there is no task status "aborted" , only "stopped" . Is that correct?
2 years ago
Hi, is there a way to get clearml.conf using clearml sdk? TIA
2 years ago
Hey guys, in a fresh self-hosted ClearML server I have the issue that I cannot see any preview images of the files in a dataset. It seems like a bug, but may...
2 years ago
Hello everyone - I have installed a new ClearML server, now I want to run my scripts using the 4 GPUs on that server machine. Do I need to install a ClearML ...
2 years ago
Hello everyone! I ran a test experiment and got an error. I'm running on an M1 mac. Worker local without GPU. Has anyone already solved this problem? ERROR: ...
2 years ago
Hi, Is there a way through which i can visualize coco annotated dataset on the ClearML dashboard
2 years ago
Traceback (most recent call last): File "/root/.clearml/venvs-builds/task_repository/slot-filler.git/2_engineer_prompts.py", line 159, in trainer.train() Fil...
2 years ago
I have a special python package that installed by clone its source code and use python setup.py install cmd to install the package so that I can edit the pac...
2 years ago
Hey folks, when I am running the experiments, I currently do not see the console logs coming up for the experiment runs. I am using logger.report_text(messag...
2 years ago
Hi, with clearml-agent 1.5.1, I tried to run an experiment within a docker with image python3:8 and it failed executing the task while trying to call python3...
2 years ago
Another HPO app question: using UI in "Optimization Configuration" I can choose only one metric. Is this by design or I'm missing something?
2 years ago
Hi, I have an error with clearml-agent 1.5.1 when importing tensorflow 2.10 from tensorflow.python.client._pywrap_tf_session import * File "/root/.clearml/ve...
2 years ago
HPO app question: my config includes 11 parameter values (0 - 1, step 0.1). I'll expect to see 11 experiments, but I fact it was "52 iterations". What I'm mi...
2 years ago
Hi, is there a way to update the setup shell script via the SDK?
2 years ago
Hey, I’m thinking of using a ClearML Pipeline to compile a dataset more efficiently. My hope is that I won’t have to run every step for every data point ever...
2 years ago
Any easy way to ensure the pipline (tasks + controller) are not hidden in the projects UI? EDIT: Apparently not; for the time being I created this https://gi...
2 years ago
Hi, I would like to report something else weird in the clearml-agent 1.5.1 running in docker mode: In the logs, when it dumps its config, it writes: docker_c...
2 years ago
Hi again, are there any examples of one script being used to execute multiple remote tasks? If I could use Task.execute_remotely with clone=False and exit_pr...
2 years ago