MXShuffleNet
MXShuffleNet copied to clipboard
Wrong lines
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"
The bottleneck of the first block is 1/4 of the channels number after channels concat.