Different metric result in callback and checkpoint? #6352
Unanswered
rudaoshi
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.
-
I print a log in on_validation_end in a callback:
and it print a log:
Following the log, the checkpoint callback print a log:
where the "dataloader_idx_0" is corresponding to the problem_evaluator_dev, so the printed value should be same.
Can any one help to explain?
pytorch_lightning version 1.1.8.
Beta Was this translation helpful? Give feedback.
All reactions