Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 723 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 723 Bytes

Vision Transformer

This repository implements a simple clissifer based on Vision Transformer

This uses the d2l library with PyTorch.

Model

Classic Transformer architecture as follow :

Data

We use MNIST Fashion dataset downloaded with d2l library