trainer and callback concurrency #19505
Unanswered
atuysuz
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.
-
Hi folks,
I am wondering what happens if say in your Lightning Module you process results in on_validation_epoch_end function and log some metrics with the logger and you have a printing callback with the on_validation_epoch_end hook.
In my logs, I see these metrics only printed after the first epoch. Is this the expected behavior?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions