How to get the TopK Accuracy for the classes predictions using tf.keras.metric

前端 未结 0 800
-上瘾入骨i
-上瘾入骨i 2020-11-30 16:36

I have my y_true labels as [0,1,2,1,0,2] etc and I have my y_pred_probs (probabilities of each classes) as [[45,12,30,80,12,23,4

相关标签:
回答
  • 消灭零回复
提交回复
热议问题