how to get the "epoch" value in the "validate_epoch_end" #13543
Answered
by
Struggle-Forever
emilyemliyM
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
how to get the "epoch" value in the "validate_epoch_end" Because I wanna use the "epoch" value as a output datadir parameter. thank a lot. |
Beta Was this translation helpful? Give feedback.
Answered by
Struggle-Forever
Jul 5, 2022
Replies: 1 comment
-
you can get epoch using self.current_epoch |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
akihironitta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can get epoch using self.current_epoch