InsightFace_Pytorch
InsightFace_Pytorch copied to clipboard
why the code of resnet is different from kaiming He paper
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 did you get the answer?
not get the answer