wy1iu / sphereface

Implementation for <SphereFace: Deep Hypersphere Embedding for Face Recognition> in CVPR'17.
MIT License
1.59k stars 542 forks source link

question about the MXNet achievement #69

Open liuyiqun1 opened 6 years ago

liuyiqun1 commented 6 years ago

i have a question about this program https://github.com/HaoLiuHust/sphereface_mxnet_gluon/blob/master/net_sphere.py in your project , the network used above is different from your Caffe2 achievement and the Visualizations of network architecture you afford here http://ethereon.github.io/netscope/#/gist/20f6ddf70a35dec5019a539a502bccc5 the skip location in BasicBlock2 is after a convolution ,is different. Is this a adjustment in MXNet ,or something wrong

wy1iu commented 6 years ago

Sorry, I am not the author of the 3rd-party MXNet version. Maybe you could ask the author directly.