How to implement f1 score calculator for my model?

后端 未结 0 1712
长情又很酷
长情又很酷 2020-12-12 01:46

I want to calculate f-score using this for my model:

Y_pred = sess.run([nn_output], feed_dict={input_images: input_data[0],
                                           


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