Please, explain me why forward call 2 times update() function #953
PososikTeam
started this conversation in
General
Replies: 1 comment
-
The first call updates the global statistics of the metric (accumulation over multiple batches) and the second call computes the metric on the current batch. That said, we are aware this is inefficient and we are trying to get rid of the double call: #984. This should hopefully be merged before the next release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please, explain me why forward method call 2 times update() function. In Metric class :
Beta Was this translation helpful? Give feedback.
All reactions