Skip to content

Latest commit

 

History

History
10 lines (4 loc) · 413 Bytes

File metadata and controls

10 lines (4 loc) · 413 Bytes

Vision Transformer Implementation in PyTorch

This project provides an implementation of the Vision Transformer (ViT) model using PyTorch. The Vision Transformer is a novel architecture that applies transformer models, traditionally used in NLP, to image classification tasks.

License

This project is licensed under the MIT License. See the LICENSE file for details.