Skip to content

PyTorch Lightning 1.6.5: Standard patch release

Compare
Choose a tag to compare
@carmocca carmocca released this 13 Jul 00:26
· 3406 commits to release/stable since this release
ff53616

[1.6.5] - 2022-07-13

Fixed

  • Fixed estimated_stepping_batches requiring distributed comms in configure_optimizers for the DeepSpeedStrategy (#13350)
  • Fixed bug with Python version check that prevented use with development versions of Python (#13420)
  • The loops now call .set_epoch() also on batch samplers if the dataloader has one wrapped in a distributed sampler (#13396)
  • Fixed the restoration of log step during restart (#13467)

Contributors

@adamjstewart @akihironitta @awaelchli @Borda @martinosorb @rohitgr7 @SeanNaren