keras/keras_core
mihirparadkar e395f16bfd Weighted metrics without metrics (#474)
* Compile weighted_metrics even if metrics is None

Fixes https://github.com/keras-team/keras-core/issues/454

* Update trainer_test.py

* fixed formatting
2023-07-13 21:17:16 -07:00
..
activations Namespace nit: operations -> ops 2023-06-28 15:36:45 -07:00
applications Make it possible to run Keras Core without TensorFlow. (#475) 2023-07-13 19:41:04 -07:00
backend Make it possible to run Keras Core without TensorFlow. (#475) 2023-07-13 19:41:04 -07:00
callbacks Make it possible to run Keras Core without TensorFlow. (#475) 2023-07-13 19:41:04 -07:00
constraints Namespace nit: operations -> ops 2023-06-28 15:36:45 -07:00
datasets Add WGAN example and fix minor issues. 2023-06-09 13:34:12 -07:00
initializers Fixed SeedGenerator in the torch backend (#434) 2023-07-10 10:43:08 -07:00
layers Make it possible to run Keras Core without TensorFlow. (#475) 2023-07-13 19:41:04 -07:00
losses Make it possible to run Keras Core without TensorFlow. (#475) 2023-07-13 19:41:04 -07:00
metrics Fix code style 2023-06-28 16:04:13 -07:00
mixed_precision Export DTypePolicy as Policy for backward compat (#470) 2023-07-14 04:11:32 +05:30
models Make it possible to run Keras Core without TensorFlow. (#475) 2023-07-13 19:41:04 -07:00
ops Make it possible to run Keras Core without TensorFlow. (#475) 2023-07-13 19:41:04 -07:00
optimizers Merge branch 'main' of github.com:keras-team/keras-core 2023-07-12 14:35:01 -07:00
random bug fix for seed generator (#471) 2023-07-13 13:46:35 -07:00
regularizers Namespace nit: operations -> ops 2023-06-28 15:36:45 -07:00
saving Minor fixes 2023-07-13 20:09:58 -07:00
testing Make it possible to run Keras Core without TensorFlow. (#475) 2023-07-13 19:41:04 -07:00
trainers Weighted metrics without metrics (#474) 2023-07-13 21:17:16 -07:00
utils Make it possible to run Keras Core without TensorFlow. (#475) 2023-07-13 19:41:04 -07:00
__init__.py Prepare version string for release. 2023-07-10 11:09:45 -07:00
api_export.py Added initial Adam tests 2023-04-24 22:07:56 +00:00