keras/keras_core/callbacks
François Chollet 7988a18f27 Make it possible to run Keras Core without TensorFlow. (#475)
* Make it possible to run Keras Core without TensorFlow.

* Update requirements
2023-07-13 19:41:04 -07:00
..
__init__.py Tensorboard callback (#211) 2023-06-04 13:44:21 -04:00
callback_list.py Make it possible to run Keras Core without TensorFlow. (#475) 2023-07-13 19:41:04 -07:00
callback_test.py Ensure that JAX model state is current inside callbacks 2023-05-24 21:30:49 -07:00
callback.py Add missing docstrings 2023-05-26 14:11:03 -07:00
csv_logger_test.py Add CSVLogger and TerminateOnNaN Callbacks (#95) 2023-05-06 00:09:26 -05:00
csv_logger.py Make it possible to run Keras Core without TensorFlow. (#475) 2023-07-13 19:41:04 -07:00
early_stopping_test.py Ensure that JAX model state is current inside callbacks 2023-05-24 21:30:49 -07:00
early_stopping.py Namespace nit: operations -> ops 2023-06-28 15:36:45 -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 Fix torch failures (#365) 2023-06-16 15:11:21 -07:00
model_checkpoint_test.py Model Checkpoint (#160) 2023-05-15 14:33:51 -05:00
model_checkpoint.py Make it possible to run Keras Core without TensorFlow. (#475) 2023-07-13 19:41:04 -07:00
progbar_logger.py Format code 2023-06-05 18:42:03 -07:00
reduce_lr_on_plateau_test.py Merge branches 'main' and 'main' of github.com:keras-team/keras-core 2023-05-10 21:16:27 -07:00
reduce_lr_on_plateau.py Fix torch failures (#365) 2023-06-16 15:11:21 -07: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
tensorboard_test.py Namespace nit: operations -> ops 2023-06-28 15:36:45 -07:00
tensorboard.py Make it possible to run Keras Core without TensorFlow. (#475) 2023-07-13 19:41:04 -07: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