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
AntsyPenguin90
Moderator
4 Questions, 5 Answers
  Active since 23 April 2023
  Last activity one year ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hello all, it seems that ExperimentManager is geared toward training jobs. We however need to do evaluation/benchmarking jobs most of the time. Is there anyw...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
We’re planning to use ClearML Agent to: - Select data - Feed data through AI SDK on a remote machine - Log output prediction + metrics (if gt is there) to Ex...
one year ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Hello all, we’re trying to use report_image to log sample images to ClearML, but output on client is empty: image_open = Image.open(os.path.join("prediction"...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
For ClearML storage we want to store data in multiple places: - Data versioning: data will be pushed to NAS (since NAS has backup mechanism) - Experiment art...
one year ago