Why does self.current_epoch in trainer.validate(model) is 0 #12310
Unanswered
talhaanwarch
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
hey @talhaanwarch ! |
Beta Was this translation helpful? Give feedback.
0 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.
-
This is my code
this is how i train and validate it
when i run
trainer.validate(model)
the value ofself.current_epoch
is 5. why it is not 0.Beta Was this translation helpful? Give feedback.
All reactions