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
GracefulDog98
Moderator
4 Questions, 6 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

6 × Eureka!
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Hi, I'm attempting to use clearml-session and have an agent started on the same machine with clearml-agent daemon . The agent starts up without issues. Howev...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi, I'm looking at ClearML as an option to automate our training pipelines. However, from reading the documentation I'm confused if ClearML can do what we wa...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, what's the expected flow when running an agent in Docker mode, and my git repo requires SSH keys for cloning? E.g. Include an SSH key within the Docker c...
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, I execute my scripts with ArgParse parameters, e.g. python3 my_experiment.py --name test --device 0 and then in my script call: from clearml import Task ...
3 years ago