huangyangyu / SeqFace

SeqFace : Making full use of sequence information for face recognition
https://arxiv.org/pdf/1803.06524.pdf
MIT License
129 stars 32 forks source link

Where is the SmoothMarginInnerProduct layer? #8

Open jnulzl opened 6 years ago

jnulzl commented 6 years ago

@huangyangyu Hi, your "example/train_val.prototxt" has the "SmoothMarginInnerProduct" layer , but your caffe hasn't it.

huangyangyu commented 5 years ago

I'm sorry to reply so late. It's ok to use MarginInnerProductLayer, the purpose of it is to ignore the label of sequence dataset whose label is negative.