xingmimfl / pytorch_ShuffleNet_ShuffleNetV2

pytorch version of ShuffleNet and ShuffleNet V2
24 stars 9 forks source link

The struct of shufflenet may have some errors? #2

Open vzvzx opened 6 years ago

vzvzx commented 6 years ago

The MAC is much more than paper's. And the model saved size is also too large. I think may be there are some errors in your struct of shufflenet.

philokey commented 6 years ago

@vzvzx How to calculate the MAC?

DW1HH commented 6 years ago

@vzvzx v1 or v2

xingmimfl commented 6 years ago

@vzvzx do you have script to calcualte MAC? could you give me one ?

eric-poon commented 5 years ago

The implement of v1 is not the same as the original parper. It doesn't use DWConv at the middle of the bottleneck.