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
docs(LightningModule): update docs for .training mode in loops
Update the pseudocode of validation loop according to #18951:
> when the validation loop ends, and before switching to training, it
> restores the `.training mode` on all submodules to what it was before.
and add a corresponding note to `{validate,test,predict}_step`.
Additional changes:
* Fix incorrect comment in `lightning_module.rst` that
`trainer.test(model)` loads the best weights.
0 commit comments