aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/keras/metrics.py
Commit message (Expand)AuthorAge
* Merge pull request #22392 from yanboliang:metricsGravatar TensorFlower Gardener2018-10-04
|\
* | Add Mirrored distribution strategy support for new metrics with Keras and Est...Gravatar Pavithra Vijay2018-09-26
* | BEGIN_PUBLICGravatar Alexandre Passos2018-09-24
* | Merge pull request #21798 from facaiy:ENH/div_no_nan_treate_negative_as_zeroGravatar TensorFlower Gardener2018-09-24
|\ \
| | * Fix bug in metrics sparse_categorical_accuracy and sparse_top_k_categorical_a...Gravatar Yanbo Liang2018-09-19
| |/ |/|
* | Add Keras TPU support for the new metrics.Gravatar Pavithra Vijay2018-09-17
* | Export tf.keras.sparse_categorical_accuracy. Copied from PR #21790.Gravatar Martin Wicke2018-09-14
| * CLN: remove unnecessary math_ops.maximumGravatar Yan Facai (颜发才)2018-09-12
| * Merge remote-tracking branch 'upstream/master' into ENH/div_no_nan_treate_neg...Gravatar Yan Facai (颜发才)2018-09-11
| |\ | |/ |/|
* | 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
* | Migrate Keras from `variable_scope` imports to `variables`.Gravatar Tom Hennigan2018-08-27
| * CLN: remove negative_to_zero argumentGravatar Yan Facai (颜发才)2018-08-23
* | Suppress doc generation for a few methods in subclasses of Layer.Gravatar A. Unique TensorFlower2018-08-22
| * CLN: replace safe_div method by div_no_nanGravatar Yan Facai (颜发才)2018-08-22
|/
* Setting collections to [] for metric variables in the new metrics module.Gravatar Pavithra Vijay2018-08-21
* 1. Move distribution strategy context utility methods to a separate file with...Gravatar Priya Gupta2018-08-14
* 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