xiaolai-sqlai / mobilenetv3

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

Difference on NBN from paper #28

Closed real-zhangzhe closed 4 years ago

real-zhangzhe commented 4 years ago

Hi, Beautiful code. In Searching for MobileNetV3, the operator of the last two layers of Mobilenet_V3_Large are conv and NBN(No Batch Normlization), but self.bn3 appears on your code mobilenetv3/mobilenetv3.py line 130 and 187. Please check your code.Thank you!