lightning/pytorch_lightning
William Falcon 969e929a48
Learning rate stepping option (#941)
* remove deprecated args to learning rate step function

* step based scheduler

* mixing models for testing

* fix styling

* tests

* update documentation

* smaller fix

* update to dict structure

* updated test

* update documentation

* update CHANGELOG.md

* fix styling

* fix problems with trainer io

* fix tests

* simplification of code

* fix styling

* change from batch to step

* update to tests

* fix styling

* fixed some logic

* Update pytorch_lightning/core/lightning.py

* duplicated test

* fix test on amp

* small update to tests

* added monitor key for ReduceLROnPlateau

* Update trainer.py

* Update training_loop.py

* fix test after introducing monitor keyword

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: William Falcon <waf2107@columbia.edu>
2020-03-05 06:48:54 -05:00
..
callbacks proper checkpoint implementation (#1043) 2020-03-04 23:02:19 -05:00
core Learning rate stepping option (#941) 2020-03-05 06:48:54 -05:00
loggers proper checkpoint implementation (#1043) 2020-03-04 23:02:19 -05:00
logging Fix backwards compatibility for optional logging dependencies (#900) 2020-02-21 13:18:27 -05:00
overrides update deprecated messages (#810) 2020-02-11 07:41:15 -05:00
profiler drop logging level (#1015) 2020-03-02 20:30:16 -05:00
pt_overrides update deprecated messages (#810) 2020-02-11 07:41:15 -05:00
root_module update deprecated messages (#810) 2020-02-11 07:41:15 -05:00
trainer Learning rate stepping option (#941) 2020-03-05 06:48:54 -05:00
utilities Simplify variables: step, epoch, max_epochs, min_epochs (#589) 2019-12-07 08:50:21 -05:00
__init__.py drop logging level (#1015) 2020-03-02 20:30:16 -05:00