keras/keras_core
2023-05-26 09:13:08 -07:00
..
activations Add mobilenet and efficientnet models. 2023-05-22 16:39:24 -07:00
applications Add ability to skip applications test via env var. 2023-05-24 11:28:58 -07:00
backend Add Metric docstring 2023-05-26 09:13:08 -07:00
callbacks Ensure that JAX model state is current inside callbacks 2023-05-24 21:30:49 -07:00
constraints Add bulk of serialization logic. 2023-04-21 10:00:32 -07:00
datasets Touch ups 2023-05-13 17:33:48 -07:00
initializers Make it possible to clone unseeded initializers and get back different values 2023-05-16 15:42:27 -07:00
layers Add base layer docstring 2023-05-25 21:59:04 -07:00
losses Fix some docstring in keras_core/losses and fill in missing tests (#219) 2023-05-25 21:45:35 -07:00
metrics Add Metric docstring 2023-05-26 09:13:08 -07:00
mixed_precision Refactor backend. 2023-05-03 15:33:40 -07:00
models Add convnext, inception models 2023-05-22 19:13:53 -07:00
operations Implements remaining ops for PyTorch numpy (#216) 2023-05-25 20:41:36 +00:00
optimizers Add Metric docstring 2023-05-26 09:13:08 -07:00
random Enable training tests and fix a range of bugs 2023-05-19 11:40:17 -07:00
regularizers Add normalize() to numerical utils. 2023-04-29 15:08:38 -07:00
saving Add Lambda layer. 2023-05-14 22:45:20 -07:00
testing Enable jit compile in training tests; fix some bugs. 2023-05-19 13:40:22 -07:00
trainers Add default optimizer to match tf.keras. 2023-05-24 11:15:15 -07:00
utils Remove feature space for now 2023-05-18 16:07:47 -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