ShuffleNet
ShuffleNet copied to clipboard
shuffle_channel_layer
Hi, Thank you for sharing the code.
-
The function of shuffle_channel_layer is only to exchange the locations of channels, right?
-
Can I set the the 'group' in ' shuffle_channel_param' (shuffle_channel_layer) to any values, such as 32 or 64?
-
The 'group' in ' shuffle_channel_param' (shuffle_channel_layer) sholud be same as the 'group' in 'convolution_param' (convolution layer), right?
Thanks.