InsightFace_Pytorch icon indicating copy to clipboard operation
InsightFace_Pytorch copied to clipboard

why the code of resnet is different from kaiming He paper

Open verigle opened this issue 6 years ago • 2 comments

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.

verigle avatar Sep 19 '19 02:09 verigle

@verigle did you get the answer?

ruiming46zrm avatar Oct 09 '19 07:10 ruiming46zrm

not get the answer

verigle avatar Oct 10 '19 02:10 verigle