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
Is It Possible To Report Ie. Validation Scalars But Shifted By 1/2 Iteration?

Is it possible to report ie. validation scalars but shifted by 1/2 iteration?

  
  
Posted 2 years ago
Votes Newest

Answers 7


Epochs are still round numbers ...
Multiply by 2?! 😅

  
  
Posted 2 years ago

Hi ObnoxiousStork61

Is it possible to report ie. validation scalars but shifted by 1/2 iteration?

No 😞 these are integers

What's the reason for the shift?

I'm also curious 🙂

  
  
Posted 2 years ago

Interesting. Will probably only matter for very small experiments or experiments, where validation is run very infrequently.

  
  
Posted 2 years ago

What's the reason for the shift?

  
  
Posted 2 years ago

Well this is common thing to do for validation metrics. Training metrics are calculated before validation so it gives better visualisation.
I found this information there: https://twitter.com/aureliengeron/status/1110839480024338432?s=20

  
  
Posted 2 years ago

Trying this gives me expected TypeError: TypeError: Expected iter of type (<class 'int'>,), got float

  
  
Posted 2 years ago

This will work too, ill try.
My experiment has validation every 40k iterations so thats the case ;p.

  
  
Posted 2 years ago
592 Views
7 Answers
2 years ago
one year ago
Tags