Skip to content

Stable fully-featured release

Compare
Choose a tag to compare
@williamFalcon williamFalcon released this 08 Aug 16:39
· 9062 commits to master since this release

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.