pytorch_ShuffleNet_ShuffleNetV2 icon indicating copy to clipboard operation
pytorch_ShuffleNet_ShuffleNetV2 copied to clipboard

The struct of shufflenet may have some errors?

Open vzvzx opened this issue 6 years ago • 4 comments

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.

vzvzx avatar Aug 13 '18 18:08 vzvzx

@vzvzx How to calculate the MAC?

philokey avatar Aug 14 '18 02:08 philokey

@vzvzx v1 or v2

DW1HH avatar Aug 22 '18 07:08 DW1HH

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

xingmimfl avatar Aug 28 '18 14:08 xingmimfl

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

eric-poon avatar Aug 22 '19 07:08 eric-poon