xiaochus / MobileNetV3

A Keras implementation of MobileNetV3.
MIT License
236 stars 83 forks source link

What will shortcut do, if stride is 2? #16

Open BlueAnthony opened 4 years ago

BlueAnthony commented 4 years ago

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