github Lightning-AI/pytorch-lightning 0.4.0
Stable fully-featured release

latest releases: 2.2.4, 2.2.3, 2.2.2...
4 years ago

0.4.0

0.4.0 is the first public release after a short period testing with public users. Thanks for all the help ironing out bugs to get Lightning to run on everything from notebooks to local to server machines.

This release includes:

  • Extensively tested code.
  • Cleaner API to accommodate the various research use cases

New features

  • No need for experiment object in trainer.
  • Training continuation (not just weights, but also epoch, global step, etc...)
    • if the folder the checkpoint callback uses has weights, it loads the last weights automatically.
  • training step and validation step don't reduce outputs automatically anymore. This fixes issues with reducing generated outputs for example (images, text).
  • 16-bit can now be used with a single GPU (no DP or DDP in this case). bypasses issue with NVIDIA apex and PT compatibility for DP+16-bit training.

Don't miss a new pytorch-lightning release

NewReleases is sending notifications on new releases.