xiaolai-sqlai / mobilenetv3

mobilenetv3 with pytorch,provide pre-train model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Difference on NBN from paper

real-zhangzhe opened this issue · comments

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!