Update README.md

This commit is contained in:
Phil Wang
2020-10-03 15:49:27 -07:00
committed by GitHub
parent 30362d50dc
commit ea03db32f0

View File

@@ -1,4 +1,4 @@
## Vision Transformer - Pytorch
## Vision Transformer - Pytorch (wip)
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.