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
ColossalPelican54
Moderator
4 Questions, 15 Answers
  Active since 14 July 2023
  Last activity one year ago

Reputation

0

Badges 1

15 × Eureka!
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi, All. How do I add accuracy and loss metrics for tracking in ClearML for YOLO8? And model registry after each epoch?
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi! What could the error when running Clone be related to? The experiment was created in Google Colab. It was launched before without errors.
one year ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
👋 Hi everyone! I cannot create a Dataset. Is this a limitation of the free version? Error: Datasets are not supported with your current ClearML server versi...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi, If it is necessary to refine the model by running a Clone Task so that the results of the Task are used, what should be done? output_uri=True? task = Tas...
one year ago