lightning/pytorch_lightning/tuner
David Palzer 523c59bfdd
fixed bug where tuner would not tune lr if also tuning batch_size (#4688)
* fixed bug where tuner would not tune lr if also tuning batch_size

* added a '+1' to computing the smoothed loss. This maintains the behavior for the smoothed loss as before the bug fix

* pep8 fix

* add changelog

Co-authored-by: chaton <thomas@grid.ai>
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2021-03-09 08:30:06 +08:00
..
__init__.py ref: device parser (#3400) 2020-09-08 18:46:42 -04:00
auto_gpu_select.py docstring changes in tuner (#6264) 2021-03-02 09:22:44 +08:00
batch_size_scaling.py fix duplicate console logging bug v2 (#6275) 2021-03-02 15:17:55 +05:30
lr_finder.py fixed bug where tuner would not tune lr if also tuning batch_size (#4688) 2021-03-09 08:30:06 +08:00
tuning.py Refactor RunningStage usage in advance of implementing Trainer.validate() (#4945) 2021-03-06 12:40:19 +00:00