neverUseThisName / Decorrelated-Adversarial-Learning

This is an unofficial implementation for the 2019 ICCV paper 'Decorrelated Adversarial Learning for Age-Invariant Face Recognition' from Tencent AI Lab
38 stars 15 forks source link

about feature renorm #7

Open llf1234 opened 3 years ago

llf1234 commented 3 years ago

hi ~ i find you used norm feature in backbone , can you explain this op? And compared to un-norm feature ,is it usefully

code: renorm(2,0,1e-5).mul(1e-5)

hasithz commented 9 months ago

please refer to this link

https://pytorch.org/docs/stable/generated/torch.renorm.html