GitHub 项目简介: Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
README: $ pip install vit-pytorch
README: import torch from vit_pytorch import ViT
README: You can use it by importing the `SimpleViT` as shown below