Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BatchNorm update bug fix. Replaced
mutable=True
in model.apply()
…
…during training with `mutable=['batch_stats', 'get_bounds']`, otherwise BN statistics would not get updated during training due to recent change in flax BN implementation. PiperOrigin-RevId: 374920534
- Loading branch information