keras/keras_core
2023-04-26 15:27:43 -07:00
..
activations Minor refactor 2023-04-23 17:00:19 -07:00
backend Add a few more tests. 2023-04-26 13:46:23 -07:00
callbacks Merge branch 'main' of github.com:keras-team/keras-core 2023-04-21 23:16:51 -07:00
constraints Add bulk of serialization logic. 2023-04-21 10:00:32 -07:00
initializers Progress on saving/reloading. 2023-04-25 12:59:32 -07:00
layers Add tests for add_loss and activity regularization. 2023-04-26 15:27:43 -07:00
losses Format code 2023-04-25 22:44:19 -07:00
metrics Add binary accuracy (#41) 2023-04-27 03:33:07 +05:30
models Add saving tests 2023-04-26 14:54:00 -07:00
operations Work around JAX bug. 2023-04-26 12:15:14 -07:00
optimizers Adds test suite for SGD and golden correctness tests for all optimizers (#40) 2023-04-26 22:00:28 +00:00
regularizers Merge branch 'main' of github.com:keras-team/keras-core 2023-04-21 23:16:51 -07:00
saving Add saving tests 2023-04-26 14:54:00 -07:00
testing Fix a pretty major bug 2023-04-25 22:43:11 -07:00
trainers Make build-by-run the default build(), leveraging new zero_history KerasTensor mode 2023-04-26 10:59:32 -07:00
utils Add saving tests 2023-04-26 14:54:00 -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