auroua / InsightFace_TF

Insight Face on TensorFlow
MIT License
699 stars 251 forks source link

How large your arclose is when reach 99%+ accuracy. #52

Closed JingyuanHu closed 5 years ago

JingyuanHu commented 5 years ago

I try to reimplement the result by pytorch. However, I just get accuracy 96.7% on lfw when Arcloss is around 30. So I want to know how large arclose is when you reach 99%+ accuracy.

ltcs11 commented 5 years ago

lfw acc 99.3% at training loss equals to 8 and lfw acc 99.0% at training loss equals to 12 just for reference

JingyuanHu commented 5 years ago

@ltcs11 Thank you, it seems i have a lot of work to do, cause my loss is still much larger than 8 or 12. I'll try to increase my learning rate and betchsize.