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 There, Congrats For Releasing V1

Hi there, congrats for releasing v1 😄
I observed that with pytorch ignite (4.2.0), the metrics of the validation engines are delayed by one epoch. I am not sure whether it comes from ignite or clearml, did you already face something similar?

  
  
Posted 2 years ago
Votes Newest

Answers 2


I am using 0.17.5, it could be either a bug on ignite or indeed a delay on the send. I will try to build a simple reproducible example to understand to cause

  
  
Posted 2 years ago

Can't say I have noticed that, is this a delay on the send ? Which for some reason is correlated with the epochs ? What was the case with 0.17.5?

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