github Lightning-AI/pytorch-lightning 0.7.5
Critical DDP bug fixes

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

We made a few changes to Callbacks to test ops on detached GPU tensors to avoid CPU transfer. However, it made callbacks unpicklable which will crash DDP.

This release fixes that core issue

Changed

  • Allow logging of metrics together with hparams (#1630)
  • Allow metrics logged together with hparams (#1630)

Removed

  • Removed Warning from trainer loop (#1634)

Fixed

  • Fixed ModelCheckpoint not being fixable (#1632)
  • Fixed CPU DDP breaking change and DDP change (#1635)
  • Tested pickling (#1636)

Contributors

@justusschock, @quinor, @williamFalcon

Don't miss a new pytorch-lightning release

NewReleases is sending notifications on new releases.