mxnet-center-loss
mxnet-center-loss copied to clipboard
MxNet Gluon Implementation of Center Loss: A Discriminative Feature Learning Approach for Deep Face Recognition
Results
1
mxnet-center-loss issues
Sort by
recently updated
recently updated
newest added
您好,我在`center_loss.py`里没有看到有关center的更新,只是在每次`forward`的时候传入center 但是在`main,py`里`forward`的时候```loss_center = center_loss(features, label)```也没有传入`center`,不知道在训练的时候每个label的center是如何更新的? 感谢帮助