add diagram

This commit is contained in:
Phil Wang
2020-10-04 12:47:08 -07:00
parent 825a9484d1
commit f899226d4f
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
<img src="./vit.png" width="500px"></img>
## Vision Transformer - Pytorch ## Vision Transformer - Pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch. There's really not much to code here, but may as well lay out all the code so we expedite the attention revolution and get everyone on the same page. Implementation of <a href="https://openreview.net/pdf?id=YicbFdNTTy">Vision Transformer</a>, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch. There's really not much to code here, but may as well lay it out all for everyone so we expedite the attention revolution.
## Install ## Install

BIN
vit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB