Influence of batch_size on running validation. #13090
Unanswered
motykatomasz
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
@motykatomasz Still seeing the same issue in the stable release FYI, the hook order: https://pytorch-lightning.readthedocs.io/en/stable/common/lightning_module.html#hooks |
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.
-
Recently I've observed different, weird behaviors during training vision models using PL (version 1.5.9):
I was able to alleviate such issues by changing the batch_size slightly. I was wondering in what way the batch_size might influence such behavior. Has anyone else experienced similar issues?
Beta Was this translation helpful? Give feedback.
All reactions