-
Notifications
You must be signed in to change notification settings - Fork 3.6k
populate some more legacy checkpoints #5457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5457 +/- ##
======================================
- Coverage 93% 93% -0%
======================================
Files 135 135
Lines 10011 10011
======================================
- Hits 9324 9317 -7
- Misses 687 694 +7 |
|
well not sure why the newly added ckpt fails, locally it works fine... |
|
seems that there is a problem with PT, as the same files can be loaded in 1.5 1.6 1.7 but not in 1.4 |
what's the error? |
PT somehow states that the ckpt is an archive... |
|
this seems to be very similart issue: so the problem is that we cannot save checkpoints with and load with lover version, the breaking change is in 1.7 so for creating legacy checkpoints we have to use the lowest supported version... |
…chLightning/pytorch-lightning into tests/populate-legacy-ckpt
|
ok, seems that there is some problem with |
* populate some more legacy checkpoints * . * pt freeze * . * skip Co-authored-by: chaton <[email protected]> (cherry picked from commit f065ea6)
* populate some more legacy checkpoints * . * pt freeze * . * skip Co-authored-by: chaton <[email protected]> (cherry picked from commit f065ea6)
* populate some more legacy checkpoints * . * pt freeze * . * skip Co-authored-by: chaton <[email protected]> (cherry picked from commit f065ea6)
* populate some more legacy checkpoints * . * pt freeze * . * skip Co-authored-by: chaton <[email protected]> (cherry picked from commit f065ea6)
* populate some more legacy checkpoints * . * pt freeze * . * skip Co-authored-by: chaton <[email protected]> (cherry picked from commit f065ea6)
* populate some more legacy checkpoints * . * pt freeze * . * skip Co-authored-by: chaton <[email protected]> (cherry picked from commit f065ea6)
* populate some more legacy checkpoints * . * pt freeze * . * skip Co-authored-by: chaton <[email protected]> (cherry picked from commit f065ea6)
* populate some more legacy checkpoints * . * pt freeze * . * skip Co-authored-by: chaton <[email protected]> (cherry picked from commit f065ea6)
* populate some more legacy checkpoints * . * pt freeze * . * skip Co-authored-by: chaton <[email protected]> (cherry picked from commit f065ea6)
* populate some more legacy checkpoints * . * pt freeze * . * skip Co-authored-by: chaton <[email protected]> (cherry picked from commit f065ea6)
What does this PR do?
adding some more legacy checkpoints, followup on #5223
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:
Did you have fun?
Make sure you had fun coding 🙃