tf.reduce_mean(tf.cast(correct_prediction, tf.float32)) meaning

前端 未结 0 437
走了就别回头了
走了就别回头了 2020-11-22 00:52

this function is meant to calculate accuracy of logistic regression, but what is the point of using reduce_mean function in this function?

the code is:

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