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 12 months ago
Votes Newest

Answers 2


Okay thank you 😊

  
  
Posted 12 months ago

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 12 months ago
587 Views
2 Answers
12 months ago
11 months ago
Tags