ZhaoJ9014 / face.evoLVe

🔥🔥High-Performance Face Recognition Library on PaddlePaddle & PyTorch🔥🔥
MIT License
3.44k stars 759 forks source link

Maxpool shortcut is redundant #143

Open liorkad3 opened 3 years ago

liorkad3 commented 3 years ago

In the Bottleneck_IR_SE , the shortcut layer of Maxpool is always with kernel=1 and stride=1. So the layer is useless. Am I missing something?