Trainer.validate() get different result from trainer.fit #10467
Unanswered
minwang-ai
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 13 replies
-
can you share the code for |
Beta Was this translation helpful? Give feedback.
13 replies
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.
-
hi I just run trainer.validate and got bad results, however, the model is the best saved automatically after trainer.fit()
My datamodule’s setup is like this:
And my val_step():
Beta Was this translation helpful? Give feedback.
All reactions