keras/keras_core/callbacks
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
..
__init__.py Add ReduceLROnPlateau callback (#117) 2023-05-09 12:21:08 -06:00
callback_list.py Merge branch 'main' of github.com:keras-team/keras-core 2023-04-21 23:16:51 -07:00
callback.py Add callbacks. 2023-04-17 14:55:41 -07:00
csv_logger_test.py Add CSVLogger and TerminateOnNaN Callbacks (#95) 2023-05-06 00:09:26 -05:00
csv_logger.py Fix import nit 2023-05-05 22:11:37 -07:00
early_stopping_test.py Add the EarlyStopping callback (#44) 2023-04-27 16:47:34 -07:00
early_stopping.py Add the EarlyStopping callback (#44) 2023-04-27 16:47:34 -07:00
history.py Add callbacks. 2023-04-17 14:55:41 -07:00
lambda_callback_test.py Shorten lines 2023-04-26 20:54:38 -07:00
lambda_callback.py Add Lambda Callback (#42) 2023-04-26 20:11:23 -05:00
learning_rate_scheduler_test.py Implement the LearningRateScheduler callback (#113) 2023-05-09 10:54:31 -06:00
learning_rate_scheduler.py Add ReduceLROnPlateau callback (#117) 2023-05-09 12:21:08 -06:00
progbar_logger.py re-enable imports checks (#51) 2023-04-27 17:51:32 -07:00
reduce_lr_on_plateau_test.py Add ReduceLROnPlateau callback (#117) 2023-05-09 12:21:08 -06:00
reduce_lr_on_plateau.py Add ReduceLROnPlateau callback (#117) 2023-05-09 12:21:08 -06:00
remote_monitor_test.py Adds RemoteMonitor Callback (#108) 2023-05-08 15:15:17 -05:00
remote_monitor.py Adds RemoteMonitor Callback (#108) 2023-05-08 15:15:17 -05:00
terminate_on_nan_test.py Add CSVLogger and TerminateOnNaN Callbacks (#95) 2023-05-06 00:09:26 -05:00
terminate_on_nan.py Add CSVLogger and TerminateOnNaN Callbacks (#95) 2023-05-06 00:09:26 -05:00