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
- Host: GitHub
- URL: https://github.com/shivance/vit
- Owner: shivance
- Created: 2021-08-21T12:16:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T06:55:56.000Z (almost 5 years ago)
- Last Synced: 2025-02-09T03:14:26.695Z (over 1 year ago)
- Topics: computer-vision, pytorch, transformer
- Language: Python
- Homepage: https://arxiv.org/abs/2010.11929
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
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