happynear / FaceVerification

An Experimental Implementation of Face Verification, 96.8% on LFW.
447 stars 234 forks source link

how can i init the net? #1

Closed vzvzx closed 9 years ago

vzvzx commented 9 years ago

Hi, I try to train the net using this code , but I can not see the loss reduce. So I think if there is some init method?

happynear commented 9 years ago

I used the initial strategy described in http://arxiv.org/abs/1502.01852. It has been implemented in my caffe repository. You can just use it.