Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 274 Bytes

File metadata and controls

7 lines (4 loc) · 274 Bytes

Vision Transformer (ViT)

Overview

ViT split an image into patches and provide the sequence of linear embeddings of these patches as an input to a Transformer. Image patches are treated the same way as tokens (words) in an NLP application.