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
Answered
Hi, While Running My Experiments I Get This Message : "Clearml Monitor: Could Not Detect Iteration Reporting, Falling Back To Iterations As Seconds-From-Start" - I Believe It Happens Due To The Fact I Have A Heavy Calculation During The Run And I Assume C

Hi, while running my experiments I get this message : "ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start" - I believe it happens due to the fact I have a heavy calculation during the run and I assume clearml has some period of time that after it, shows this message. am I right? is this configurable?

  
  
Posted 2 years ago
Votes Newest

Answers 2


assume clearml has some period of time that after it, shows this message. am I right?

Yes you are 🙂

is this configurable?

It is 🙂
task.set_resource_monitor_iteration_timeout(seconds_from_start=1800)

  
  
Posted 2 years ago

thank you very much martin!

  
  
Posted 2 years ago
658 Views
2 Answers
2 years ago
one year ago
Tags