You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, compute_metrics in CouplingFlow does NOT overwrite the default training=False in self.call for forward passes, even during training.
One side effect is that dropout layers are silently ignored.