-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
hello,想请教一下f1的计算方式:
您这里是这样计算的:f1 = (2 * precision[0] * recall[0] / (precision[0] + recall[0]),recall[1]),这里f1的update只用了recall,请问是怎么考虑的呢?
我觉得应该是这样:f1_update = 2 * update_op_precision * update_op_recall / (update_op_precision + update_op_recall + eps)
麻烦了,多谢多谢!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels