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
LuckyRobin32
Moderator
2 Questions, 3 Answers
  Active since 10 October 2024
  Last activity 27 days ago

Reputation

0

Badges 1

3 × Eureka!
0 Votes
3 Answers
68 Views
0 Votes 3 Answers 68 Views
Hello, what happens to running experiments when the ClearML Agent is killed (and restarted a few minutes later)?
28 days ago
0 Votes
3 Answers
91 Views
0 Votes 3 Answers 91 Views
Hi, the clearml-serving CLI --preprocess argument accepts either a local file or folder. I cannot find guidelines on how to setup this folder, and simply add...
one month ago
0 Hi, The Clearml-Serving Cli --Preprocess Argument Accepts Either A Local File Or Folder. I Cannot Find Guidelines On How To Setup This Folder, And Simply Adding

Hi, I'm simply using --preprocess my_folder
my_folder/ contains _ init __.py preprocess.py (with Preprocess class) and other modules

one month ago
0 Hello, What Happens To Running Experiments When The Clearml Agent Is Killed (And Restarted A Few Minutes Later)?

Thanks for your reply. Would you be able to point me towards a section in the documentation or maybe even a piece of code that handles the killing of the tasks?

27 days ago