TreB1eN / InsightFace_Pytorch

Pytorch0.4.1 codes for InsightFace
MIT License
1.74k stars 423 forks source link

Fix Softmax #65

Open gavrin-s opened 5 years ago

gavrin-s commented 5 years ago

Hi! Your test_on_images.ipynb is not reproduced. You need to fix softmax(a, dim=-1) to softmax(a, dim=1) in get_nets.py everywhere.