keras/keras_core/trainers
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
..
data_adapters Make it possible to run Keras Core without TensorFlow. (#475) 2023-07-13 19:41:04 -07:00
__init__.py Start work on TF Trainer and DataAdapters. 2023-04-16 20:57:14 -07:00
compile_utils_test.py Align history metrics output with tf.keras (#392) 2023-06-23 04:14:59 +05:30
compile_utils.py Make it possible to run Keras Core without TensorFlow. (#475) 2023-07-13 19:41:04 -07:00
epoch_iterator_test.py Add torch dataloader support 2023-06-26 12:04:28 -07:00
epoch_iterator.py Minor fixes 2023-07-13 20:09:58 -07:00
trainer_test.py Weighted metrics without metrics (#474) 2023-07-13 21:17:16 -07:00
trainer.py Weighted metrics without metrics (#474) 2023-07-13 21:17:16 -07:00