Question:Mismatch of epoch's number btween training and validation when using CSVLogger #13469
Unanswered
ZJZhang123
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
@ZJZ1223 Looks similar to #11605. Would you mind having a look at the linked issue? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Community,

I am trying to log metrics at the each epoch's end. However, there is something strange happened: as the figure shown, the epoch's number of validation log isn't consistent with the counterpart of training log. Besides, it seems that the val log is followed by training log.
Here is my code:

Beta Was this translation helpful? Give feedback.
All reactions