mmclassification/configs/vision_transformer
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
vit_base_patch16_224_finetune_imagenet.py [Feature]Add Vit (#214) 2021-04-16 19:22:41 +08:00
vit_base_patch16_224_pretrain_imagenet.py [Feature]Modify modelzoo readme (#230) 2021-04-29 15:18:55 +08:00
vit_base_patch16_384_finetune_imagenet.py [Feature]Add Vit (#214) 2021-04-16 19:22:41 +08:00
vit_base_patch32_384_finetune_imagenet.py Add some vit configs (#217) 2021-04-20 11:32:20 +08:00
vit_large_patch16_224_finetune_imagenet.py [Feature]Modify modelzoo readme (#230) 2021-04-29 15:18:55 +08:00
vit_large_patch16_384_finetune_imagenet.py Add some vit configs (#217) 2021-04-20 11:32:20 +08:00
vit_large_patch32_384_finetune_imagenet.py Add some vit configs (#217) 2021-04-20 11:32:20 +08:00

README.md

An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale

Introduction

[ALGORITHM]

@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}
}