Pytorch-lightning: [Bug] Progress bar displays wrong total iterations for train

Created on 14 Mar 2020  路  3Comments  路  Source: PyTorchLightning/pytorch-lightning

1018 馃悰 Bug

for example, my training dataset has 448 samples, and I use a batch size of 4, then the loader should have length 448 / 4 = 112, but the progress bar is displaying N/171, which I have no idea how it computes that. The training then proceeds normally until it hits 112/171 and enters validation.

bug / fix help wanted

Most helpful comment

I think it is the sum of train and val iteration, which is confusing.

All 3 comments

Have you figure out how the total iteration is computed?

I think it is the sum of train and val iteration, which is confusing.

Yes it is very confusing. I think this should be fixed though.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jeremycochoy picture jeremycochoy  路  25Comments

sdac picture sdac  路  31Comments

BraveDistribution picture BraveDistribution  路  31Comments

mRcSchwering picture mRcSchwering  路  50Comments

Borda picture Borda  路  60Comments