clcarwin / sphereface_pytorch

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

About renorm() #49

Open neverUseThisName opened 5 years ago

neverUseThisName commented 5 years ago

In Line 19, net_sphere.py, why renorm to 1e-5 and multiply by 1e5 again? What is the reason for going back and forth?