keras-shufflenet icon indicating copy to clipboard operation
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.

Arxiv link.