Pytorch Lightning Progress Bar Explained

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

image

does it have a validation dataset too? since the total on the right side represent the total train batches + total val batches.

Also, we have moved the discussions to GitHub Discussions. You might want to check that out instead to get a quick response. The forums will be marked read-only after some time.

Thank you