FaceRecognition_PyTorch icon indicating copy to clipboard operation
FaceRecognition_PyTorch copied to clipboard

Implement Face Recognition Code in PyTorch. Such as SphereFace with A-Softmax.

Results 2 FaceRecognition_PyTorch issues
Sort by recently updated
recently updated
newest added

When using your program,with a learning rate of 0.1, loss is ‘nan’, when I change the learning rate to 0.001, loss changes normally. I don't know why ? According to...

i wrote the code of A-softmax with backward. when I look your code, i study a lot of :) thanks for your trick