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
CloudyCat50
Moderator
4 Questions, 4 Answers
  Active since 28 April 2023
  Last activity one year ago

Reputation

0

Badges 1

4 × Eureka!
0 Votes
1 Answers
334 Views
0 Votes 1 Answers 334 Views
Hello everyone! I have another question 🙂 I have several ml models loaded to my ClearML server. I want to download them from server to local directory. Is t...
8 months ago
0 Votes
5 Answers
726 Views
0 Votes 5 Answers 726 Views
Hi all! I start a task remotely using a queue. I’m getting an error because clearml doesn’t see the latest commit in my git repo. It constantly refers to one...
one year ago
0 Votes
1 Answers
396 Views
0 Votes 1 Answers 396 Views
Hello everyone! Is there a way to delete ClearML task tags via python SDK? It seems that I can only remove tags through the browser interface 😢 Can anyone h...
8 months ago
0 Votes
2 Answers
740 Views
0 Votes 2 Answers 740 Views
one year ago