aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/keras/metrics_test.py
Commit message (Expand)AuthorAge
* Fix bad indentationGravatar Yanbo Liang2018-09-20
* Fix bug in metrics sparse_categorical_accuracy and sparse_top_k_categorical_a...Gravatar Yanbo Liang2018-09-19
* Fix reference cycle issue in the new `Metric` class with Python version < 3.Gravatar Pavithra Vijay2018-09-07
* Add a cast to labels when computing sparse categorical crossentropy to ensure...Gravatar Karmel Allison2018-08-30
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-22
* Setting collections to [] for metric variables in the new metrics module.Gravatar Pavithra Vijay2018-08-21
* Add support for the new metrics in Keras.Gravatar Pavithra Vijay2018-08-10
* Update loss and metric function weighting logic in keras.Gravatar Pavithra Vijay2018-08-03
* Add binary accuracy metric class.Gravatar Pavithra Vijay2018-07-24
* Create new metrics class and add mean metric.Gravatar Pavithra Vijay2018-07-18
* Move Keras code out of _impl folder and remove API files.Gravatar Pavithra Vijay2018-05-17