Joker316701882 / Additive-Margin-Softmax

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

about the bias initialization in insightface and resface #34

Open llf1234 opened 5 years ago

llf1234 commented 5 years ago

speak first,i appreciate your excellent work very much. but what confuses me a lot is why you initialize the last fc layer(bias term) in insightface.py using xavier_init() while in resface.py using 0. Are there any explanations?

thanks a lot