clcarwin / sphereface_pytorch

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

Sphereface64 just with softmax #28

Open zhangxinyu-xyz opened 6 years ago

zhangxinyu-xyz commented 6 years ago

Hi, I want to make a base model on sphereface64 just using softmax. I use webface but the model can't converage to low loss. The loss is about 4.5. And I use FC6 as classification layer. Have you tryed to use softmax to train the model? Is there something wrong?