Pytorch Lightning Progress Bar Explained #12322
Unanswered
GeorgePearse
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 2 replies
-
Hi @GeorgePearse, could you update the image? I can't see anything 👀 |
Beta Was this translation helpful? Give feedback.
2 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.
-
I'm using batch sizes of 32 and a 1000 image dataset. I thought the fraction at the right of the progress bar woudl have the dataset size over batch size as the denominator, e.g. how many batches through the epoch are you. But the maths doesn't add up?
32 * 383 = 12256
Beta Was this translation helpful? Give feedback.
All reactions