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, When I Am Trying To Log 5 Classification Models Validated Using Kfold To Clearml, It Gets Stuck At 1 Fold Giving The Message "Clearml Monitor: Could Not Detect Iteration Reporting, Falling Back To Iterations As Seconds-From-Start". Can Anyone Have A S

Hi,
When I am trying to log 5 classification models validated using Kfold to clearml, it gets stuck at 1 fold giving the message "ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start".
Can anyone have a solution for this ?

  
  
Posted one year ago
Votes Newest

Answers 2


This just means the clearml detects nothing is being reported (iteration /scalars etc.) for a long time and decides to base its reporting on the time elapsed. Once your task resumes reporting, it should revert back to iteration reporting

  
  
Posted one year ago

Okay thank you 😊

  
  
Posted one year ago
778 Views
2 Answers
one year ago
one year ago
Tags