Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 866 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 866 Bytes

Vision Transformer

A TensorFlow and PyTorch implementation of Vision Transformers (ViT) as described by An Image is Worth 16x16 words: Transformers for Image Recognition at Scale - Alexey Dosovitskiy et al.

Model Architecture

Citation

@misc{dosovitskiy2021image,
      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},
      year={2021},
      eprint={2010.11929},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}