PyTorch Lightning 1.6.5: Standard patch release
carmocca
released this
13 Jul 00:26
·
3663 commits
to release/stable
since this release
[1.6.5] - 2022-07-13
Fixed
- Fixed
estimated_stepping_batches
requiring distributed comms inconfigure_optimizers
for theDeepSpeedStrategy
(#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