clcarwin / sphereface_pytorch

A PyTorch Implementation of SphereFace.
MIT License
715 stars 172 forks source link

The accuracy on training dataset #9

Closed auroua closed 6 years ago

auroua commented 6 years ago

What's your accuracy on training dataset. After 20 epochs, I got the following accuracy:

17:49:33 Te=19 Loss=2.0825 | AccT=93.3490% (424355/454590) 2.6694 5.00 35525

Does this accuracy is right? How to improve the accuracy on training dataset?

clcarwin commented 6 years ago

Run python lfw_eval.py to eval your model. If it is not as good as you need, please fine-tune it.