PyTorch Lightning 1.7.1: Standard patch release
·
79 commits
to release/pytorch
since this release
[1.7.1] - 2022-08-09
Fixed
- Casted only floating point tensors to fp16 with IPUs (#13983)
- Casted tensors to fp16 before moving them to device with
DeepSpeedStrategy(#14000) - Fixed the
NeptuneLoggerdependency being unrecognized (#13988) - Fixed an issue where users would be warned about unset
max_epochseven whenfast_dev_runwas set (#13262) - Fixed MPS device being unrecognized (#13992)
- Fixed incorrect
precision="mixed"being used withDeepSpeedStrategyandIPUStrategy(#14041) - Fixed dtype inference during gradient norm computation (#14051)
- Fixed a bug that caused
ddp_find_unused_parametersto be setFalse, whereas the intended default isTrue(#14095)
Contributors
@adamjstewart @akihironitta @awaelchli @Birch-san @carmocca @clementpoiret @dependabot @rohitgr7