[wandb+pl] Epoch updates during trainer.test() #11874
Unanswered
rahulvigneswaran
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When running trainer.test based on best epoch, the epoch parameter gets updated to the best epoch instead of staying at the final epoch.
Why is this an issue? - I use the logged epoch parameter to check how epochs that particular run is trained for. But when I do trainer.test, this gets changed.
Beta Was this translation helpful? Give feedback.
All reactions