MuggleWang / CosFace_pytorch

Pytorch implementation of CosFace
MIT License
242 stars 52 forks source link

Question about features and weights normalization #18

Closed developer0hye closed 2 years ago

developer0hye commented 2 years ago

https://github.com/MuggleWang/CosFace_pytorch/blob/81de0a95b99661b12441e7c6f846082ac08ce054/layer.py#L36-L37

Hi @MuggleWang,

Thanks for sharing your works!

I have a question.

Why did you comment out code for normalization?

developer0hye commented 2 years ago

https://github.com/MuggleWang/CosFace_pytorch/blob/81de0a95b99661b12441e7c6f846082ac08ce054/layer.py#L11-L12

I understood it. Thanks!