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
ShinyLobster84
Moderator
5 Questions, 14 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

11 × Eureka!
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi
Hi 🙂 Is there a code line (like task.get_reported_scalars() ) that can download a table from ClearML (and it is located in results->plots) directly to the J...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hi, When I read an argument from the configuration tab in the ClearML using the get_parameter() function, does it always read it as an str at any case? or fo...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hi again:) Is there a similar way like get_parameter() to extract the COMPLETED AT parameter from INFO tab ?
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hi, is there a way to get the plot that exists in the tab results->scalars into my notebook ?
3 years ago