keras/keras_core
divyasreepat 0d9c77de3c Added RandomFlip to preprocessing layers (#138)
* added random flip

* added test cases

* Revert "added test cases"

This reverts commit 10cce8ab258f2525f73738e2535b99e1947f0f4c.

* added correct commit

* reformat

* updated tests

* updated tests

* code reformat
2023-05-11 14:48:33 -07:00
..
activations Fix discrepancy with softmax when axis=None (#143) 2023-05-11 10:26:10 -07:00
backend Fix discrepancy with softmax when axis=None (#143) 2023-05-11 10:26:10 -07:00
callbacks Merge branches 'main' and 'main' of github.com:keras-team/keras-core 2023-05-10 21:16:27 -07: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 Increase initializer test coverage 2023-05-09 16:41:25 -07:00
layers Added RandomFlip to preprocessing layers (#138) 2023-05-11 14:48:33 -07:00
losses Populate metrics and losses for deserialization 2023-05-09 16:26:12 -07:00
metrics Populate metrics and losses for deserialization 2023-05-09 16:26:12 -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 Fix discrepancy with softmax when axis=None (#143) 2023-05-11 10:26:10 -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 Minor bug fix (#144) 2023-05-11 11:50:17 -07:00
utils Increase initializer test coverage 2023-05-09 16:41:25 -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