2021-NeurIPS-NCR icon indicating copy to clipboard operation
2021-NeurIPS-NCR copied to clipboard

疑似存在代码实现错误

Open sillytheif opened this issue 1 year ago • 1 comments

co-train.py中: ptl = batch_prob_l * batch_labels_l + (1 - batch_prob_l) * pl[0] 中pl[0]仅是batch内第一个伪标签,这里应该是和batch内所有的进行累加。 希望能得到您的回复。

sillytheif avatar Aug 03 '23 05:08 sillytheif

您好, 很抱歉出现错误,ptl的计算应该使用pl的所有标签,我们已经修改了该问题

hi-zhenyu avatar Nov 06 '23 08:11 hi-zhenyu