Face_Pytorch
Face_Pytorch copied to clipboard
A-softmax loss中,正向传播时W是否需要更新为W = norm(W)?
我看代码中没有令 W = norm(W),只是在计算损失的时候没有将||W||乘进来,这样是正确的吗?
it is different between paper and code