lightning/tests/models
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
..
__init__.py Learning rate stepping option (#941) 2020-03-05 06:48:54 -05:00
base.py Learning rate stepping option (#941) 2020-03-05 06:48:54 -05:00
debug.py drop torchvision, tests only (#797) 2020-02-10 22:47:18 -05:00
mixins.py Learning rate stepping option (#941) 2020-03-05 06:48:54 -05:00
utils.py Learning rate stepping option (#941) 2020-03-05 06:48:54 -05:00