tf.keras.metrics.sparse_top_k_categorical_accuracy

View source on GitHub

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