Skip to content

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."

License

Notifications You must be signed in to change notification settings

SupreethRao99/VisionTransformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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."

Topics

Resources

License

Stars

Watchers

Forks

Languages