Ma Zerun 7977dc8e2d
[Improvement] Rename config files according to the config name standard. (#508)
* Update tnt config

* Rename config files

* Update docs

* Update metafile in dev_scripts

* Fix some files

* Remove fp16 metafile and README.

* Fix names in metafiles.
2021-11-19 14:20:35 +08:00
..

Aggregated Residual Transformations for Deep Neural Networks

Introduction

@inproceedings{xie2017aggregated,
  title={Aggregated residual transformations for deep neural networks},
  author={Xie, Saining and Girshick, Ross and Doll{\'a}r, Piotr and Tu, Zhuowen and He, Kaiming},
  booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
  pages={1492--1500},
  year={2017}
}

Results and models

ImageNet

Model Params(M) Flops(G) Top-1 (%) Top-5 (%) Config Download
ResNeXt-32x4d-50 25.03 4.27 77.90 93.66 config model | log
ResNeXt-32x4d-101 44.18 8.03 78.61 94.17 config model | log
ResNeXt-32x8d-101 88.79 16.5 79.27 94.58 config model | log
ResNeXt-32x4d-152 59.95 11.8 78.88 94.33 config model | log