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 <thomas@grid.ai> (cherry picked from commit f065ea6)
* populate some more legacy checkpoints * . * pt freeze * . * skip Co-authored-by: chaton <thomas@grid.ai> (cherry picked from commit f065ea6)
* populate some more legacy checkpoints * . * pt freeze * . * skip Co-authored-by: chaton <thomas@grid.ai> (cherry picked from commit f065ea6)
* populate some more legacy checkpoints * . * pt freeze * . * skip Co-authored-by: chaton <thomas@grid.ai> (cherry picked from commit f065ea6)
* populate some more legacy checkpoints * . * pt freeze * . * skip Co-authored-by: chaton <thomas@grid.ai> (cherry picked from commit f065ea6)
* populate some more legacy checkpoints * . * pt freeze * . * skip Co-authored-by: chaton <thomas@grid.ai> (cherry picked from commit f065ea6)
* populate some more legacy checkpoints * . * pt freeze * . * skip Co-authored-by: chaton <thomas@grid.ai> (cherry picked from commit f065ea6)
* populate some more legacy checkpoints * . * pt freeze * . * skip Co-authored-by: chaton <thomas@grid.ai> (cherry picked from commit f065ea6)
* populate some more legacy checkpoints * . * pt freeze * . * skip Co-authored-by: chaton <thomas@grid.ai> (cherry picked from commit f065ea6)
* populate some more legacy checkpoints * . * pt freeze * . * skip Co-authored-by: chaton <thomas@grid.ai> (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 🙃