├── README.md ├── model ├── imagenet_shufflenet_v1-0070.params ├── imagenet_shufflenet_v2-0100.params ├── shufflenet_v1.py ├── shufflenet_v2.py └── shufflenetv1-visualize.pdf └── operator ├── shuffle_channel-inl.h ├── shuffle_channel.cc └── shuffle_channel.cu /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tveek/mxnet-shufflenet/HEAD/README.md -------------------------------------------------------------------------------- /model/imagenet_shufflenet_v1-0070.params: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tveek/mxnet-shufflenet/HEAD/model/imagenet_shufflenet_v1-0070.params -------------------------------------------------------------------------------- /model/imagenet_shufflenet_v2-0100.params: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tveek/mxnet-shufflenet/HEAD/model/imagenet_shufflenet_v2-0100.params -------------------------------------------------------------------------------- /model/shufflenet_v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tveek/mxnet-shufflenet/HEAD/model/shufflenet_v1.py -------------------------------------------------------------------------------- /model/shufflenet_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tveek/mxnet-shufflenet/HEAD/model/shufflenet_v2.py -------------------------------------------------------------------------------- /model/shufflenetv1-visualize.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tveek/mxnet-shufflenet/HEAD/model/shufflenetv1-visualize.pdf -------------------------------------------------------------------------------- /operator/shuffle_channel-inl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tveek/mxnet-shufflenet/HEAD/operator/shuffle_channel-inl.h -------------------------------------------------------------------------------- /operator/shuffle_channel.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tveek/mxnet-shufflenet/HEAD/operator/shuffle_channel.cc -------------------------------------------------------------------------------- /operator/shuffle_channel.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tveek/mxnet-shufflenet/HEAD/operator/shuffle_channel.cu --------------------------------------------------------------------------------