Joker316701882 / Additive-Margin-Softmax

This is the implementation of paper <Additive Margin Softmax for Face Verification>
492 stars 149 forks source link

code behaves baddly when i set weight-decay #16

Closed llf1234 closed 5 years ago

llf1234 commented 6 years ago

hello? when i set weight-decay , No matter what parameter , learning rate and optimizer I set, it will behave baddly ? could you give me some tutor

Joker316701882 commented 6 years ago

@llf1234 Hey, I face exactly same problem with you. Recently I haven't got enough time to deal with it. Hope you can do some dig about this code. : )

Joker316701882 commented 5 years ago

@llf1234 Try it again. I fix the bugs about weight decay on last fc layer.