Skip to content

Commit

Permalink
[Docs] Add algorithm readme and update meta yml (#418)
Browse files Browse the repository at this point in the history
* Add README.md for models without checkpoints.

* Update model-index.yml

* Update metafile.yml of seresnet
  • Loading branch information
mzr1996 authored Aug 24, 2021
1 parent 0184527 commit a9d6527
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 3 deletions.
16 changes: 16 additions & 0 deletions configs/resnest/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ResNeSt: Split-Attention Networks

## Introduction

<!-- [ALGORITHM] -->

```latex
@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}
}
```
4 changes: 2 additions & 2 deletions configs/seresnet/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Models:
Top 5 Accuracy: 93.84
Task: Image Classification
Weights: https://download.openmmlab.com/mmclassification/v0/se-resnet/se-resnet50_batch256_imagenet_20200804-ae206104.pth
Config: configs/seresnet50/seresnet50_b32x8_imagenet.py
Config: configs/seresnet/seresnet50_b32x8_imagenet.py
- Name: seresnet101_b32x8_imagenet
Metadata:
FLOPs: 7860000000
Expand All @@ -39,4 +39,4 @@ Models:
Top 5 Accuracy: 94.07
Task: Image Classification
Weights: https://download.openmmlab.com/mmclassification/v0/se-resnet/se-resnet101_batch256_imagenet_20200804-ba5b51d4.pth
Config: configs/seresnet101/seresnet101_b32x8_imagenet.py
Config: configs/seresnet/seresnet101_b32x8_imagenet.py
16 changes: 16 additions & 0 deletions configs/tnt/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Transformer in Transformer

## Introduction

<!-- [ALGORITHM] -->

```latex
@misc{han2021transformer,
title={Transformer in Transformer},
author={Kai Han and An Xiao and Enhua Wu and Jianyuan Guo and Chunjing Xu and Yunhe Wang},
year={2021},
eprint={2103.00112},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
```
16 changes: 16 additions & 0 deletions configs/vision_transformer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale

## Introduction

[ALGORITHM]

```latex
@inproceedings{
dosovitskiy2021an,
title={An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale},
author={Alexey Dosovitskiy and Lucas Beyer and Alexander Kolesnikov and Dirk Weissenborn and Xiaohua Zhai and Thomas Unterthiner and Mostafa Dehghani and Matthias Minderer and Georg Heigold and Sylvain Gelly and Jakob Uszkoreit and Neil Houlsby},
booktitle={International Conference on Learning Representations},
year={2021},
url={https://openreview.net/forum?id=YicbFdNTTy}
}
```
2 changes: 1 addition & 1 deletion model-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Import:
- configs/resnet/metafile.yml
- configs/resnext/metafile.yml
- configs/seresnet/metafile.yml
- configs/seresnext/metafile.yml
- configs/shufflenet_v1/metafile.yml
- configs/shufflenet_v2/metafile.yml
- configs/swin_transformer/metafile.yml
- configs/vgg/metafile.yml

0 comments on commit a9d6527

Please sign in to comment.