sphereface-plus
sphereface-plus copied to clipboard
SphereFace+ Implementation for <Learning towards Minimum Hyperspherical Energy> in NIPS'18.
Results
2
sphereface-plus issues
Sort by
recently updated
recently updated
newest added
Hello, Thanks for the great work. One thing I noticed is that if I change the default mean and scale value, the softmax loss overflows (in sphereface training) and model...
Dear Authors, Thanks for the wonderful work. I was wondering if you explain the parameters in the following "inter_class_dist_output" layer. ``` layer { name: "inter_class_dist_output" type: "InterClass" bottom: "fc5" bottom:...