Joker316701882 / Additive-Margin-Softmax

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

Why not just return net in inference? #30

Open yunkchen opened 5 years ago

yunkchen commented 5 years ago

It's just my little puzzlement that why to return net with null string in inference?https://github.com/Joker316701882/Additive-Margin-Softmax/blob/master/models/insightface.py#L67