d-li14 / mobilenetv3.pytorch

74.3% MobileNetV3-Large and 67.2% MobileNetV3-Small model on ImageNet
https://arxiv.org/abs/1905.02244
MIT License
516 stars 124 forks source link

What the shortcud will do if the stride is 2? #20

Closed BlueAnthony closed 4 years ago

BlueAnthony commented 4 years ago

Ur code only add the output with input when the stride is 1. How about 2?

d-li14 commented 4 years ago

no shortcut obviously