xiaolai-sqlai / mobilenetv3

mobilenetv3 with pytorch,provide pre-train model
MIT License
1.6k stars 340 forks source link

What Shortcut will be, if Stride is 2? #35

Open BlueAnthony opened 3 years ago

BlueAnthony commented 3 years ago

As title, ur code only do the shortcut when stride is 1. And if the stride is 2, it doesnt add anything.