Progress bar epoch starts at 1, but in ModelCheckpoint it starts at 0.
Steps to reproduce the behavior:
Shouldn't they be consistent?
@Borda FYI.
in 0.8.0 we are setting all indexing to be from 0
what is the epoch number of the val sanity check? I don't want to write the results of sanity check to my logs, is there a way to check if validation is currently in sanity check?
This does not seem to be true in 0.8.0. Epoch still starts from 1.
https://github.com/PyTorchLightning/pytorch-lightning/blob/3256fe4e5a405db1ab00d4cf4d48cbbfc7730959/pytorch_lightning/trainer/training_loop.py#L350
This is even worse than before because now all my validation metrics in tensorboard are shifted by 1.
yes just noticed that too... they should start from 0 @Borda
yes just noticed that too... they should start from 0 @Borda
ohhh that was my misunderstanding, I thought it shall start from 1 and because of the confusion I was asking about the diff indexing in steps and epochs https://github.com/PyTorchLightning/pytorch-lightning/pull/2206#issuecomment-644568854
well before it was indexed from 0...
Ok, reverting and moving epoch indexing starting from 0
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
@Borda FYI.
in 0.8.0 we are setting all indexing to be from 0