-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
checkpointingRelated to checkpointingRelated to checkpointingciContinuous IntegrationContinuous Integrationhelp wantedOpen to be worked onOpen to be worked onpriority: 0High priority taskHigh priority task
Milestone
Description
🚀 Feature
Improve legacy checkpoint testing
Motivation
Currently, we only test whether a legacy checkpoint can be loaded and run, but no internal state is checked.
Pitch
Check the epoch number is correct, if the state is the expected, if we achieve a particular loss after 1 step...
We already have similar tests, we just have to do them for legacy checkpoints. see
https://github.com/PyTorchLightning/pytorch-lightning/blob/master/tests/models/test_restore.py
Additional context
cc: @Borda
Borda
Metadata
Metadata
Labels
checkpointingRelated to checkpointingRelated to checkpointingciContinuous IntegrationContinuous Integrationhelp wantedOpen to be worked onOpen to be worked onpriority: 0High priority taskHigh priority task