-
-
Notifications
You must be signed in to change notification settings - Fork 654
Open
Labels
Description
🚀 Feature
I'd like to discuss a bit about your PR on IterationMetric (Project-MONAI/MONAI#1488).
As far as I understand, the idea is to compute metric value on each iteration and "all gather" everything on epoch ended ?
However, final list contains all metric values for a single epoch: [m1, m2, ..., mN]
.
@Nic-Ma, let's discuss here then.