An open API service indexing awesome lists of open source software.

https://github.com/shivance/vit

Vision Transformer Paper Implementation Pytorch
https://github.com/shivance/vit

computer-vision pytorch transformer

Last synced: over 1 year ago
JSON representation

Vision Transformer Paper Implementation Pytorch

Awesome Lists containing this project

README

          

Did Heavy Training on Transformers for the first time
Comeon ! It was a tiresome task

# Dependency
Pytorch
einops

# Following goes in Terminal xD
$ python3 data.py # downloads data
$ python3 train.py #trains and saves models
$ python3 test.py