Joker316701882 / Additive-Margin-Softmax

This is the implementation of paper <Additive Margin Softmax for Face Verification>
492 stars 149 forks source link

problem on changing the model to inception_resnet_v2 #27

Open zfs1993 opened 5 years ago

zfs1993 commented 5 years ago

i change the model to inception_resnet_v2,and didnt change any other thing ,used the default parameters,it gets divergent

zfs1993 commented 5 years ago

it is really strange,the log reveal that Loss and RegLoss is increasing during the train.but the accuracy on lfw is increasing too. so , is there anything wrong about the loss,or maybe i misunderstand the meaning of loss, what's the meaning of Loss and RegLoss?

lostemples commented 5 years ago

hi, did you solve your problem? @zfs1993