TreB1eN / InsightFace_Pytorch

Pytorch0.4.1 codes for InsightFace
MIT License
1.72k stars 418 forks source link

why the code of resnet is different from kaiming He paper #99

Open verigle opened 4 years ago

verigle commented 4 years ago

The bottleneck in resnet50,101 is consist of 1x1, 3×3,1×1,but why you use two 3×3 instead it in your code? The sequential of bottleneck is also different, you use BN ->conv->prelu->BN, but in offical implementation is BN->relu->conv.

ruiming46zrm commented 4 years ago

@verigle did you get the answer?

verigle commented 4 years ago

not get the answer