shicai / MobileNet-Caffe

Caffe Implementation of Google's MobileNets (v1 and v2)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mobilenet_v2 MAdds 429M vs paper's 300M, because of two difference

iceflame89 opened this issue · comments

Thanks for your great work.
There are 2 differences between this mobilenet_v2 and original paper:

  1. no expand layer in the first bottleneck block
  2. stride=2 at conv4_3/dwise other than conv4_7/dwise

which lead to MAdds 429M vs paper's 300M.

This may mislead the users, hope to see note in readme or release a standard version.

thanks again!