mmclassification/configs/shufflenet_v1
Ma Zerun 8f68779cc6
[Docs] Update metafile and Readme (#435)
* Update metafile format.

* Update accuracy of checkpoints.

* Add metafile and readme for tnt.

* Add converted ckpts in swin-transformer.

* Fix tnt ckpt link

* Update swin_transformer metafile
2021-09-18 16:32:46 +08:00
..
README.md [Docs] Change tag into comment (#226) 2021-04-28 17:08:57 +08:00
metafile.yml [Docs] Update metafile and Readme (#435) 2021-09-18 16:32:46 +08:00
shufflenet_v1_1x_b64x16_linearlr_bn_nowd_imagenet.py Rearrange config files (#116) 2020-12-18 16:59:50 +08:00

README.md

ShuffleNet: An Extremely Efficient Convolutional Neural Network for Mobile Devices

Introduction

@inproceedings{zhang2018shufflenet,
  title={Shufflenet: An extremely efficient convolutional neural network for mobile devices},
  author={Zhang, Xiangyu and Zhou, Xinyu and Lin, Mengxiao and Sun, Jian},
  booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
  pages={6848--6856},
  year={2018}
}

Results and models

ImageNet

Model Params(M) Flops(G) Top-1 (%) Top-5 (%) Config Download
ShuffleNetV1 1.0x (group=3) 1.87 0.146 68.13 87.81 config model | log