MXShuffleNet icon indicating copy to clipboard operation
MXShuffleNet copied to clipboard

Wrong lines

Open zzningxp opened this issue 7 years ago • 1 comments

in MXShuffleNet/image-classification/symbols/shufflenet.py (https://github.com/ZiyueHuang/MXShuffleNet/blob/master/image-classification/symbols/shufflenet.py )

"bottleneck_channels = out_channels // 4" should be at the place before "out_channels -= in_channels"

zzningxp avatar Apr 27 '18 13:04 zzningxp

The bottleneck of the first block is 1/4 of the channels number after channels concat.

zzningxp avatar Apr 27 '18 13:04 zzningxp