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
StrongCamel48
Moderator
2 Questions, 4 Answers
  Active since 27 October 2024
  Last activity 9 days ago

Reputation

0

Badges 1

4 × Eureka!
0 Votes
3 Answers
81 Views
0 Votes 3 Answers 81 Views
Hi everyone, I've set up a ClearML server on AWS EC2 and configured output_uri to log everything to S3. However, I just noticed that the input model captured...
11 days ago
0 Votes
3 Answers
481 Views
0 Votes 3 Answers 481 Views
Hi everyone, I'm currently trying to set up S3 as a file server for storing all my data (artifacts, datasets, etc.) using ClearML, but I'm encountering some ...
5 months ago