lightning/pytorch_lightning
noamzilo 84a8d2d178 Bugfix/5487 auto lr ordering (#5638)
* started to write failing test. just getting into the framework...

* started to write failing test. just getting into the framework...

* added failing test for misconfiguration of lr finder

* made test startup quickly. making sure without the fix it also fails slowly

* improved test

* fixed for linter

* fixed for linter

* yet another fix for the linter

* yet another fix for the linter

* fixed comment by @carmocca

* fixed comment by @carmocca

* Fix test

* chlog

* Apply suggestions from code review

* Fix test

* Update pytorch_lightning/tuner/lr_finder.py

Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>

* Update pytorch_lightning/tuner/lr_finder.py

Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>

* Update tests/trainer/test_lr_finder.py

* Update pytorch_lightning/tuner/lr_finder.py

Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>

* Update pytorch_lightning/tuner/lr_finder.py

Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>

* Update pytorch_lightning/tuner/lr_finder.py

* Update tests/trainer/test_lr_finder.py

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Jirka Borovec <jirka.borovec@seznam.cz>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
2021-02-05 21:40:40 +01:00
..
accelerators Fix ModelCheckpoint race condition in file existence check (#5155) 2021-02-05 21:40:39 +01:00
callbacks resolve conflict 2021-02-05 21:40:39 +01:00
core Fix docs typo (#4930) 2021-02-05 21:40:40 +01:00
distributed fix/enable - check F401 (#5201) 2020-12-21 10:15:04 +01:00
loggers Close SummaryWriter in TensorBoardLogger on finalize (#5696) 2021-02-05 21:40:40 +01:00
metrics Fix `num_classes` arg in F1 metric (#5663) 2021-02-05 21:40:30 +01:00
overrides add missing logic to new plugins and accelerator (#5734) 2021-02-01 13:23:53 -05:00
plugins Fix root node resolution in slurm environment 2021-02-03 19:41:46 +01:00
profiler [feat] Add PyTorch Profiler. (#5560) 2021-01-26 06:48:54 -05:00
trainer [Feat-BugFix] Resolve custom DataLoader (#5745) 2021-02-05 09:03:18 +00:00
tuner Bugfix/5487 auto lr ordering (#5638) 2021-02-05 21:40:40 +01:00
utilities flake8 + yapf 2021-02-04 20:55:58 +01:00
__init__.py Prepare 1.1.6 release (#5661) 2021-02-04 20:55:58 +01:00
py.typed
setup_tools.py Docs: move images (#5756) 2021-02-03 15:08:19 +00:00