Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikeasamoahansah/vit
Pytorch implementation of the Vision Transformer Model
https://github.com/ikeasamoahansah/vit
Last synced: 1 day ago
JSON representation
Pytorch implementation of the Vision Transformer Model
- Host: GitHub
- URL: https://github.com/ikeasamoahansah/vit
- Owner: ikeasamoahansah
- Created: 2024-10-31T23:39:04.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-11-01T10:35:46.000Z (13 days ago)
- Last Synced: 2024-11-01T11:24:18.981Z (13 days ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ViT
Pytorch implementation of the Vision Transformer Model
### Steps to reproduce
1. Clone and install dependencies
```
!git clone https://github.com/ikeasamoahansah/ViT
%cd ViT
!pip install -r requirements.txt
```2. Start training
```
!python src/train.py
```3. Voila