trainer.test() with given checkpoint logs last epoch instead of checkpoint epoch #20052
Labels
bug
Something isn't working
help wanted
Open to be worked on
repro needed
The issue is missing a reproducible example
Bug description
Testing from a given checkpoint leads to logging the epoch number of the last checkpoint instead of the checkpoint specified:
The second test logs epoch 10 instead of epoch 2. Similarly, the step number of the second test is incorrect.
What version are you seeing the problem on?
v2.2.1
The text was updated successfully, but these errors were encountered: