MobileFaceNet_Pytorch icon indicating copy to clipboard operation
MobileFaceNet_Pytorch copied to clipboard

the model 'ArcMargin' seems not save parameter?

Open shoutOutYangJie opened this issue 6 years ago • 1 comments

i notice your code only saves net.parameters() but excludes arcmargin.state_dict. or i ignore it?

shoutOutYangJie avatar Jan 22 '19 08:01 shoutOutYangJie

Because in the test phase we use the 'net' to extract the features and do not need the weights of 'arcmargin'.

Xiaoccer avatar Feb 15 '19 11:02 Xiaoccer