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

Reputation

0

Badges 1

35 × Eureka!
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K Views
2 years ago
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K Views
Hi! I’m running an experiment as follows: create argparser -> args Task.init (default args) call train(args)Then I clone it and change the parameters in the ...
2 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hi! How can I force clearml to find my repo? My current repo structure is like this: - backend - frontend - ml - …Since I work only on the ml folder I launch...
one year ago
0 Votes
3 Answers
999 Views
0 Votes 3 Answers 999 Views
Hi! I have a dataset like this: v1.0.0 - file_1.csv - file_2.csvv1.0.1 - file_2.csv - file_3.csvv1.0.2 - file_3.csv - file_4.csvHow can I get a new dataset w...
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
congrats! https://github.com/ultralytics/yolov5/tree/master/utils/loggers/clearml
2 years ago
0 Votes
17 Answers
1K Views
0 Votes 17 Answers 1K Views
2 years ago