Commit Graph

2 Commits

Author SHA1 Message Date
Ian Stenbit
19e1eabde4 Add ReduceLROnPlateau callback (#117)
* Implement the LearningRateScheduler callback

* Add missing files

* Cleanup

* Formatting

* Remove test util for building model

* Initial implementation of ReduceLROnPlateau

* Remove unused test variables

* Tests for ReduceLROnPlateau

* Improve docstrings

* Review comments
2023-05-09 12:21:08 -06:00
Ian Stenbit
cf98a0e32f Implement the LearningRateScheduler callback (#113)
* Implement the LearningRateScheduler callback

* Add missing files

* Cleanup

* Formatting

* Remove test util for building model

* Remove unused test variables
2023-05-09 10:54:31 -06:00