PyTorch Lightning 1.6.1: Standard weekly patch release
[1.6.1] - 2022-04-13
Changed
- Support
strategyargument being case insensitive (#12528)
Fixed
- Run main progress bar updates independent of val progress bar updates in
TQDMProgressBar(#12563) - Avoid calling
average_parametersmultiple times per optimizer step (#12452) - Properly pass some Logger's parent's arguments to
super().__init__()(#12609) - Fixed an issue where incorrect type warnings appear when the overridden
LightningLite.runmethod accepts user-defined arguments (#12629) - Fixed
rank_zero_onlydecorator in LSF environments (#12587) - Don't raise a warning when
nn.Moduleis not saved under hparams (#12669) - Raise
MisconfigurationExceptionwhen the accelerator is available but the user passes invalid([]/0/"0")values to thedevicesflag (#12708) - Support
auto_select_gpuswith the accelerator and devices API (#12608)
Contributors
@akihironitta @awaelchli @Borda @carmocca @kaushikb11 @krshrimali @mauvilsa @otaj @pre-commit-ci @rohitgr7 @semaphore-egg @tkonopka @wayi1
If we forgot someone due to not matching the commit email with the GitHub account, let us know :]