wy1iu / sphereface

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

m=5? #119

Open dodler opened 5 years ago

dodler commented 5 years ago

Hello, I didn't found any tests with m>=5, do you have those results?

wavelet2008 commented 5 years ago

大神,不改变训练数据与网络的情况下,通过调节 怎么让AAC 从0.998 提升到0.999

layer { name: "fc6" type: "MarginInnerProduct" bottom: "fc5" bottom: "label" top: "fc6" top: "lambda" param { lr_mult: 1 decay_mult: 1 } margin_inner_product_param { num_output: 10572 type: QUADRUPLE weight_filler { type: "xavier" } base: 1000 gamma: 0.12 power: 1 lambda_min: 5 iteration: 0 } }