keras/keras_core
Francois Chollet 0f1a13b80b Nits
2023-05-09 11:24:46 -07:00
..
activations Implement trainable setting + fix tracing hack 2023-05-09 11:11:56 -07:00
backend Nits 2023-05-09 11:24:46 -07:00
callbacks Add ReduceLROnPlateau callback (#117) 2023-05-09 12:21:08 -06:00
constraints Add bulk of serialization logic. 2023-04-21 10:00:32 -07:00
datasets Remove preprocessing file 2023-05-04 09:41:30 -07:00
initializers Add orthogonal initializer 2023-05-02 09:00:30 -07:00
layers Standardize the validation and defaulting logic for the data_format argument. (#118) 2023-05-09 11:22:21 -07:00
losses Add RootMeanSquaredError (#91) 2023-05-05 17:12:00 -04:00
metrics Fix tests 2023-05-08 13:03:32 -07:00
mixed_precision Refactor backend. 2023-05-03 15:33:40 -07:00
models Add support for h5 weights loading. 2023-05-08 11:34:55 -07:00
operations Added ReLU activation layer (#104) 2023-05-08 12:16:05 -07:00
optimizers Implement the LearningRateScheduler callback (#113) 2023-05-09 10:54:31 -06:00
regularizers Add normalize() to numerical utils. 2023-04-29 15:08:38 -07:00
saving Merge branch 'main' of github.com:keras-team/keras-core 2023-05-08 12:16:12 -07:00
testing Implement the LearningRateScheduler callback (#113) 2023-05-09 10:54:31 -06:00
trainers Fix flaky test 2023-05-03 15:37:13 -07:00
utils Standardize the validation and defaulting logic for the data_format argument. (#118) 2023-05-09 11:22:21 -07:00
__init__.py Add bulk of serialization logic. 2023-04-21 10:00:32 -07:00
api_export.py Added initial Adam tests 2023-04-24 22:07:56 +00:00