gangweiX/ACVNet

关于公式(2)中的wij的一点小问题

truman1211 opened this issue · 3 comments

image
根据公式2,对每一l_i 应该是公用同一个w_ij,但是在你们的code里却是每一个group使用同一w_ij,
因为对l1进行加权时明显有72个变量
image

这可能是一个无关紧要的问题,我只想确认我理解是否正确。

Yeah, you are right, thanks. There is a little misunderstanding in our expression.

Thank you very much, we have corrected our expression in the final version of the paper.

不用谢,谢谢你们分享这么好的工作