├── Loss_ASoftmax.py ├── Readme.md ├── figures ├── m0.png ├── m1.png ├── m2.png └── m4.png └── test_mnist.py /Loss_ASoftmax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pppoe/tensorflow-sphereface-asoftmax/HEAD/Loss_ASoftmax.py -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pppoe/tensorflow-sphereface-asoftmax/HEAD/Readme.md -------------------------------------------------------------------------------- /figures/m0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pppoe/tensorflow-sphereface-asoftmax/HEAD/figures/m0.png -------------------------------------------------------------------------------- /figures/m1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pppoe/tensorflow-sphereface-asoftmax/HEAD/figures/m1.png -------------------------------------------------------------------------------- /figures/m2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pppoe/tensorflow-sphereface-asoftmax/HEAD/figures/m2.png -------------------------------------------------------------------------------- /figures/m4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pppoe/tensorflow-sphereface-asoftmax/HEAD/figures/m4.png -------------------------------------------------------------------------------- /test_mnist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pppoe/tensorflow-sphereface-asoftmax/HEAD/test_mnist.py --------------------------------------------------------------------------------