Also known as: Metrics API (tf.metrics) Β· tf.metrics Β· Metrics API tf.metrics
The Metrics API, such as tf.metrics in TensorFlow, provides functions for computing evaluation measures during training, validation, or testing. These metrics help monitor model performance and compare outputs against labels or other reference values.
A TensorFlow API for evaluating models. For example, determines how often a model's predictions match labels.