keras/keras_core
Gabriel Rasskin d2d910b2a7 Allow training in any layer call instead of erroring out. (#291)
* Added testing

* Readd traceback

* Format

* Format

* Update layer.py
2023-06-08 13:15:47 -04:00
..
activations Bug fixes 2023-05-30 12:05:18 -07:00
applications Add on_batch methods in JAX and TF. 2023-06-07 18:26:42 -07:00
backend Add the stop_gradient function to keras_core.backend (#282) 2023-06-08 04:30:26 +00: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 Allow training in any layer call instead of erroring out. (#291) 2023-06-08 13:15:47 -04: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 Add the stop_gradient function to keras_core.backend (#282) 2023-06-08 04:30:26 +00: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 Add on_batch methods in JAX and TF. 2023-06-07 18:26:42 -07:00
utils Add imports in utils __init__.py file to match exported symbols in keras_core.utils. (#292) 2023-06-07 21:29:37 -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