SphereFace-pytorch
SphereFace-pytorch copied to clipboard
Implement SphereFace in Pytorch
with the [lambda expansion expressions used in AngleLayer](https://github.com/Joyako/SphereFace-pytorch/blob/master/module/sphere_face.py#L70), error occurs when saving the model: *Can't pickle local object 'AngleLayer.\_\_init\_\_\.\'*
when i run python train.py, i got AttributeError: 'torch._C.Value' object has no attribute 'debugName' and Traceback (most recent call last): File "train.py", line 297, in main() File "train.py", line 280,...
Hi! @Joyako when i use a-softmax in my codes, i get errors as follow: ` File "train.py", line 276, in train() File "train.py", line 174, in train loss = criterion(scores,...