keras/keras_core
2023-06-07 16:55:03 -07:00
..
activations Bug fixes 2023-05-30 12:05:18 -07:00
applications Fix uses of backend functions that don't exist in keras_core. (#290) 2023-06-07 13:55:08 -07:00
backend add comments to torch trainer (#293) 2023-06-07 16:55:03 -07:00
callbacks Format code 2023-06-05 18:42:03 -07:00
constraints Bug fixes 2023-05-30 12:05:18 -07:00
datasets Switch datasets to keras_core (#227) 2023-05-30 15:17:45 -04:00
initializers Bug fixes 2023-05-30 16:29:50 -07:00
layers Store trainable and dtype on a layer persistently (#283) 2023-06-06 21:12:46 -07:00
losses Merge branch 'main' of github.com:keras-team/keras-core 2023-06-04 21:48:30 -07:00
metrics Extensive refactor of tracking logic. 2023-06-05 18:39:26 -07:00
mixed_precision Refactor backend. 2023-05-03 15:33:40 -07:00
models Accept save_format option and give helpful errors (#289) 2023-06-07 12:16:21 -07:00
operations Fix issue where looking up a tf.Tensor in the dictionary within SymbolicArguments would fail. (#288) 2023-06-07 12:13:22 -07:00
optimizers Extensive refactor of tracking logic. 2023-06-05 18:39:26 -07:00
random Fix dropout when noise_shape contains None (#264) 2023-06-05 16:40:19 +00:00
regularizers Bug fixes 2023-05-30 12:05:18 -07:00
saving Store trainable and dtype on a layer persistently (#283) 2023-06-06 21:12:46 -07:00
testing Merge branch 'main' of github.com:keras-team/keras-core 2023-06-04 21:48:30 -07:00
trainers Optimize the way to convert array data into Tf dataset during training (#267) 2023-06-05 18:41:35 -07:00
utils Fix CI 2023-06-06 16:32:55 -07:00
__init__.py Touch ups 2023-05-13 17:33:48 -07:00
api_export.py Added initial Adam tests 2023-04-24 22:07:56 +00:00