• Stars
    star
    158
  • Rank 236,040 (Top 5 %)
  • Language
    C++
  • Created about 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is re-implementation of "ShuffleNet: An Extremely Efficient Convolutional Neural Network for Mobile Devices"

Caffe-ShuffleNet

This is Re-implementation of ShuffleNet, For details, please read the original paper:
"ShuffleNet: An Extremely Efficient Convolutional Neural Network for Mobile Devices" by Xiangyu Zhang et. al. 2017. If you find any bug, please drop me an email. Thanks.

Notes

group 1 group 2 group 3
1 2 3 4 5 6

Each nubmer represents a channel of the feature map

step 1: Reshape

1 2
3 4
5 6

step 2: transpose

1 3 5
2 4 6γ€€γ€€

step 3: flatten

group 1 group 2 group 3
1 3 5 2 4 6

Acknowledgement Β 

HolmesShuan