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
TeenyBeetle18
Moderator
6 Questions, 14 Answers
  Active since 10 January 2023
  Last activity 3 months ago

Reputation

0

Badges 1

13 × Eureka!
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
2 years ago
0 Votes
2 Answers
334 Views
0 Votes 2 Answers 334 Views
Hello! Any plans on supporting dev containers in clearml-sessions ?
3 months ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hello! Currently ClearML open-source supports only AWS auto-scaler. Have any one tried to implement auto-scaler (e.g. spin up/down compute instance) in googl...
2 years ago
0 Votes
5 Answers
927 Views
0 Votes 5 Answers 927 Views
Hello! Have any one tried to convert large dataset to Clear ML format ? I am tryting to convert 350GB dataset with ~42 million files and getting Process fail...
one year ago
0 Votes
4 Answers
351 Views
0 Votes 4 Answers 351 Views
Hello! Is there any way to use original files in cleaml datasets ? I have batch of tar archives and want to create dataset from them, however clearml compres...
3 months ago
0 Votes
3 Answers
871 Views
0 Votes 3 Answers 871 Views
Hello! I’m trying to re-use model, which is already in model regystry and I came up with two ideas: Query model and connect it to the task task.connect(model...
one year ago