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
2 Answers
777 Views
0 Votes 2 Answers 777 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...
one year ago
0 Votes
5 Answers
683 Views
0 Votes 5 Answers 683 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
4 Answers
832 Views
0 Votes 4 Answers 832 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...
one year ago
0 Votes
1 Answers
312 Views
0 Votes 1 Answers 312 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 ...
3 months ago
0 Votes
1 Answers
742 Views
0 Votes 1 Answers 742 Views
one year ago
0 Hi! Would Love Assistance On The Following: I'M Getting

so far it looks like it's working, thank you @<1523701070390366208:profile|CostlyOstrich36> !

one year ago
0 Hi! Would Love Assistance On The Following: I'M Getting

Thank you @<1523701070390366208:profile|CostlyOstrich36> ! Will try it now

one year ago
0 Hi! Would Love Assistance On The Following: I'M Getting

@<1523701070390366208:profile|CostlyOstrich36>
In my scenario the process was killed by a cluster scheduler (after reaching a time limit) so that's why I find it weird.

Is there a way to prevent that from ever happening? any property I can or a flag, any method I can call and/or even "monkey patch" to prevent this from happening ?

one year ago