lightning/legacy
Jirka Borovec 0e6ee9c39d
CI: add mdformat (#8673)
* add mdformat
* exclude chlog
* fix ***

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2021-08-03 18:19:09 +00:00
..
checkpoints tests for legacy checkpoints (#5223) 2021-01-26 14:27:56 +01:00
README.md CI: add mdformat (#8673) 2021-08-03 18:19:09 +00:00
generate_checkpoints.sh set min PT version for legacy (#7358) 2021-05-04 17:50:12 -04:00
zero_training.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00

README.md

Maintaining back-compatibility with come legacy versions

The aim of this section is set some baselines and workflows/guidelines for maintaining back compatibility with some legacies version of PL

At this moment we focus on ability running old checkpoints, so the flow here is to create a checkpoint with every release and store it in our public AWS storage and so each CI testing will pull this archive and test loading and resuming training with this model.

If you want to pull all saved version-checkpoints for local testing/development, call

wget https://pl-public-data.s3.amazonaws.com/legacy/checkpoints.zip
unzip -o checkpoints.zip

To back populate collection with past version you can use following bash:

bash generate_checkpoints.sh 1.0.2 1.0.3 1.0.4
zip -r checkpoints.zip checkpoints/