tf.keras.metrics.top_k_categorical_accuracy

View source on GitHub

Aliases:

tf.keras.metrics.top_k_categorical_accuracy(
    y_true,
    y_pred,
    k=5
)