Face_Pytorch icon indicating copy to clipboard operation
Face_Pytorch copied to clipboard

A-softmax loss中,正向传播时W是否需要更新为W = norm(W)?

Open nbl97 opened this issue 6 years ago • 1 comments

我看代码中没有令 W = norm(W),只是在计算损失的时候没有将||W||乘进来,这样是正确的吗?

nbl97 avatar Aug 16 '19 17:08 nbl97

it is different between paper and code

JoyLuo avatar Apr 02 '20 07:04 JoyLuo