Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text

Questions 6045

Questions 6045

Tags
Sorting
Results
per page
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
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
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
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
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi i saw this announcement from NVIDIA on TAO's integration with ClearML. How can we use it?
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
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
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
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
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
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
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
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
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
2 years ago
0 Votes
22 Answers
2K Views
0 Votes 22 Answers 2K Views
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
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
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
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
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
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
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
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
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
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
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
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
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
How
How can I extract all my workspace experiments data via the API and write it to a different workspace
2 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
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
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
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
0 Votes
29 Answers
2K Views
0 Votes 29 Answers 2K Views
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
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
2 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
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
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
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
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi everyone! Just a simple curiosity: Is the clearml-server docker image built on amd64 only? No arm64 support?
2 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi
Hi ! ClearML Server + SDK v1.9.0 is out! 🎉 🚀 🎊 Happy Holidays and Happy New Year! ❇️ 🎇 🎄
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
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
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
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
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
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
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
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
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
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
Show more results questions