Hello, I got this error when calling .get_local_copy() from an artifact of a task. The artifact contains nested folders and image files in there. What are po...
2 years ago
Hi, when installing Task's dependencies from requirements.txt (set force_repo_requirements_txt: true in the Agent config), I get the following error: clearml...
2 years ago
Hi i saw this announcement from NVIDIA on TAO's integration with ClearML. How can we use it?
2 years ago
Hello, may i ask if there is a means to export dataset in one ClearML setup and import to another ClearML setup?
2 years ago
Hi, We have a use case that we would like to upload a local folder into the cloud AS-IS - without compressing or breaking it up into chunks. I tried running ...
2 years ago
Hello! I faced the issue with hyper parameters optimization. When I try to run optimization I receive an error: 2022-12-20 12:48:02,560 - clearml.automation....
2 years ago
Hello everyone! I am trying to run a pipeline from the Web UI. As you can see on the screenshot, it is possible to specify the Pipeline controller queue . Ho...
2 years ago
Hi all, I hope someone can help. I am using ClearML agents with docker containers to train RL models with stable baselines 3 on an on-premise server. I am ha...
2 years ago
Hi everyone! So, I'm having a problem with the auto detect dependencies when running a task remotly. The problem is that when I import some function from a f...
2 years ago
Hi all, I'm having some issues with syncing modified files using clearml-data sync . I have created the project and an original version of the dataset (and t...
2 years ago
Hi! Im trying pipelines with data creating and model training. pipe = PipelineController( name="data_preprocess_pipeline", project="some", version="1.0.0" ) ...
2 years ago
Hi, by accident I've scheduled 1000 experiments. I would like to abort them. In the UI I can do "load more", but it loads 15 more. Is there any option to do ...
2 years ago
Hi! I made a PR ( https://github.com/allegroai/clearml/pull/857 ) for the clearml package. I don't want to wait until it is merged and is taken to the next r...
2 years ago
Hi everyone! I'm trying to upload ROC figure from matplotlib to ClearML. Unfortunately ClearML adds invalid legend item to the plot as you can see on the att...
2 years ago
Hello! I have the following error in the Task's console: ModuleNotFoundError: No module named 'clearml'I have attached the full log below. Here is the code o...
2 years ago
Trying to run AWS autoscaler with poetry queue, and I get: Traceback (most recent call last): File "/root/.local/bin/poetry", line 5, in from poetry.console....
2 years ago
hi, i'm uploading artifacts on the clearml storage (which is on a server filesystem) every X iterations and delete the older ones with delete_artifacts from ...
2 years ago
Hello Everyone. I'm getting started with clearml. I'm trying HPO atm and have successfully run the base task. When running the clone of the base task in one ...
2 years ago
hi, i was trying out the ClearML pipelines from task. I had 2 tasks that have run successfully as ClearML task. One of the tasks has dependency on external p...
2 years ago
Hi everyone, has anyone used clearml for HPO with huggingface's trainer API? I am stuck with the following error. Any suggestions appericiated. TIA
2 years ago
Migration ClearML 1.5.0 -> 1.8? -> 1.9? Good day to all. I am currently on ClearML Server 1.5.0 Everything seems to be just fine. Maybe some minor stuff in t...
2 years ago
Hi everyone! Just a simple curiosity: Is the clearml-server docker image built on amd64 only? No arm64 support?
2 years ago
Hi everyone 🙂 I have a question about ClearML. I can I disable it from automatically uploading model checkpoints to ClearML servers? I’m not interested in u...
2 years ago
hi all, did anyone else encounter a bug with enqueuing new pipeline runs using the web GUI in version 1.9.0?
2 years ago
Hi! I'm trying to implement a "keep N best checkpoints" logic in my project. (It was discussed here some time ago but I can't see the thread due to Slack lim...
2 years ago
Hi everyone. I have a problem with pipeline. I use Pipeline.Decorator for building pipeline. I add repo then try to call library/funciton from this repo but ...
2 years ago
hi all, clearML is my goto-tool that watches all experiments behind the scenes! I came here after trying/testing sacred, dvc, mlflow, keepsake, testtube.... ...
2 years ago
Hi, anyone experiencing issue with clearml-serving create ? Got error Traceback (most recent call last): File "c:\python38\lib\runpy.py", line 194, in _run_m...
2 years ago