mmclassification/configs/resnest
Ma Zerun a9d65271ab
[Docs] Add algorithm readme and update meta yml (#418)
* Add README.md for models without checkpoints.

* Update model-index.yml

* Update metafile.yml of seresnet
2021-08-24 17:46:46 +08:00
..
README.md [Docs] Add algorithm readme and update meta yml (#418) 2021-08-24 17:46:46 +08:00
resnest50_b64x32_imagenet.py [Feature] Add ResNeSt configs (#332) 2021-07-14 15:58:19 +08:00
resnest101_b64x32_imagenet.py [Feature] Add ResNeSt configs (#332) 2021-07-14 15:58:19 +08:00
resnest200_b32x64_imagenet.py [Feature] Add ResNeSt configs (#332) 2021-07-14 15:58:19 +08:00
resnest269_b32x64_imagenet.py [Feature] Add ResNeSt configs (#332) 2021-07-14 15:58:19 +08:00

README.md

ResNeSt: Split-Attention Networks

Introduction

@misc{zhang2020resnest,
      title={ResNeSt: Split-Attention Networks},
      author={Hang Zhang and Chongruo Wu and Zhongyue Zhang and Yi Zhu and Haibin Lin and Zhi Zhang and Yue Sun and Tong He and Jonas Mueller and R. Manmatha and Mu Li and Alexander Smola},
      year={2020},
      eprint={2004.08955},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}