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
GorgeousMole24
Moderator
5 Questions, 6 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

6 × Eureka!
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
HI! If I want to programmatically extract information on all (clearml) tasks of a given (clearml) project, what is the recommended way? for example - let's s...
2 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hi! Is it possible to compare in the UI tasks across different projects? or is it only within project? For example: Let's say that in one run session we crea...
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi! Would love assistance on the following: I'm getting ValueError: Task object can only be updated if created or in_progress [status=failed fields=['hyperpa...
one year ago
0 Votes
1 Answers
877 Views
0 Votes 1 Answers 877 Views
Hi! A training session just crashed because I seem to be in a setting in which ClearML keeps trying to send info to the server - but that triggers a timeout ...
11 months ago