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
I Don'T Quite Understand The Way

I don't quite understand the way Iterations work. In my current experiment I report every 10 epochs, I'm currently in my epoch 30, but in the UI it says iteration 720

  
  
Posted 3 years ago
Votes Newest

Answers 8


great, thanks!

  
  
Posted 3 years ago

MagnificentSeaurchin79 you can delay it with:
task.set_resource_monitor_iteration_timeout(seconds_from_start=1800)

  
  
Posted 3 years ago

It reverts back, but it cannot "delete" the last reported iteration value.
Make sense ?

  
  
Posted 3 years ago

not according to the logs:

info ClearML Monitor: Reporting detected, reverting back to iteration based reporting

  
  
Posted 3 years ago

Yes, but I "think" it does not update back the "last iteration"

  
  
Posted 3 years ago

very possible yes..but doesn't it fallback to iteration =epoch then after?

  
  
Posted 3 years ago

I understand that it uses time in seconds when there is no report being logged..but, it has already logged three times..

Hmm could it be the reporting started 3 min after the Task started ?

  
  
Posted 3 years ago

I understand that it uses time in seconds when there is no report being logged..but, it has already logged three times..

  
  
Posted 3 years ago
571 Views
8 Answers
3 years ago
one year ago
Tags