keras-shufflenet
keras-shufflenet copied to clipboard
Implementation in Keras of ShuffleNet (https://arxiv.org/abs/1707.01083)
Shufflenet
This is a Keras implementation of ShuffleNet.
It adds Shuffle Units, composed of Grouped Pointwise convolution, Depthwise convolution, and shuffle layers.