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
Profile picture
HelpfulHare30
Moderator
10 Questions, 33 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

31 × Eureka!
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hi here. Is it possible to run clearml-agent with pre-ready pip virtual environment and avoid packages installation from requirments.txt/INSTALLED PACKAGES ?
2 years ago
0 Votes
6 Answers
887 Views
0 Votes 6 Answers 887 Views
Different question. How can I pass PYTHONPATH env variable to a task, run by agent (so python can find classes inside m subdirectories)?
2 years ago
0 Votes
9 Answers
786 Views
0 Votes 9 Answers 786 Views
One more strange behaviour of clearml-agent. Two tasks with the same code (except usage of task.execute_remotely()) generate different structure of output ar...
3 years ago
0 Votes
10 Answers
880 Views
0 Votes 10 Answers 880 Views
Hi. I have a task executed on clearml-agent, configured with agent.package_manager.force_repo_requirements_txt = true . But requirements,txt is not taken int...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi all. Is it possible to configure agent NOT to install requirements.txt/INSTALLED PACKAGES and to use some pre-ready environment (for example, virtualenv c...
3 years ago
0 Votes
5 Answers
856 Views
0 Votes 5 Answers 856 Views
Task.init() takes by default output_uri from clearml.conf configuration file (S3 bucket in my case). But underlined task created with Dataset.create() ignore...
3 years ago
0 Votes
5 Answers
880 Views
0 Votes 5 Answers 880 Views
Hi clearml. I'm trying to look at Datasets functionality (with the help of https://github.com/allegroai/clearml/blob/master/docs/datasets.md and https://clea...
3 years ago
0 Votes
2 Answers
823 Views
0 Votes 2 Answers 823 Views
Hi all. Is there possibility to download all the artifacts from some task?
3 years ago
0 Votes
8 Answers
820 Views
0 Votes 8 Answers 820 Views
Hi all. If I understand right, Dataset and any other task is Aborted after some time of inactivity. Can I configure it on some level (ideally on task level)?...
3 years ago
0 Votes
6 Answers
855 Views
0 Votes 6 Answers 855 Views
Is there some support of multi-machine training on ClearML level?
3 years ago