lightning/legacy
Jirka Borovec 0778ffbe2e
Legacy: simple classif training (#8535)
* simple_classif_training
* fix test
* pt1.6
* automate

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: thomas chaton <thomas@grid.ai>
2021-08-10 08:13:31 +00:00
..
checkpoints tests for legacy checkpoints (#5223) 2021-01-26 14:27:56 +01:00
README.md Legacy: simple classif training (#8535) 2021-08-10 08:13:31 +00:00
back-compatible-versions.txt Legacy: simple classif training (#8535) 2021-08-10 08:13:31 +00:00
generate_checkpoints.sh Legacy: simple classif training (#8535) 2021-08-10 08:13:31 +00:00
simple_classif_training.py Legacy: simple classif training (#8535) 2021-08-10 08:13:31 +00: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.3.7" "1.3.8"
zip -r checkpoints.zip checkpoints/