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
CrabbyKoala94
Moderator
4 Questions, 20 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

20 × Eureka!
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K Views
Hello, Since I started using ClearML I have a problem with using "download full log" button on console output page for experiments. Each time I try to click ...
2 years ago
0 Votes
26 Answers
1K Views
0 Votes 26 Answers 1K Views
Hello I was trying to download the task log using API in Python I'm using client.events.download_task_log(task="task_id_string") but for some reason I always...
2 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hi I wanted to use method Task.reset() or Task.delete() however none of that seems to be able to delete only the logs in the "console" section in the UI. Is ...
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hello Everyone, I was wondering - is it possible to get info using API of how much space experiments take? I'm mostly interested in the logs sizes. I was pla...
2 years ago