Skip to content

isk03276/simple-vit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleViT

Simple implementation of Vision Transformer for Image Classification.

  • DRL framework : PyTorch

Install

git clone https://github.com/isk03276/SimpleViT
cd SimpleViT
pip install -r requirements.txt

Getting Started

python main.py --dataset-name DATASET_NAME(ex. cifar10) --device DEVICE(ex. cuda, cpu) #train
python main.py --dataset-name DATASET_NAME(ex. cifar10) --device DEVICE(ex. cuda, cpu) --load-from MODEL_PATH --load-model-config #test

Results

- CIFAR-10

- CIFAR-100

About

Simple implementation of Vision Transformer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages