Defined in tensorflow/contrib/eager/python/metrics.py
.
Metrics namespace.
class Accuracy
: Calculates how often predictions
matches labels
.
class Mean
: Computes the (weighted) mean of the given values.
class Metric
: A metric holds state for aggregating statistics over an evaluation run.
__cached__
__loader__
__spec__
© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/contrib/eager/metrics