jameswong3388 / vision-transformer

Implement ViT for Wayang kulit dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

After you've cloned the repository, you need to install required packages.

Install for CPU / MPS

Run the following command to install packages:

pip install -r requirements.txt

Install for CUDA

Install PyTorch libraries with the command from official web-site:

pip install torch torchvision --index-url https://download.pytorch.org/whl/cu118

Then install the rest of the libraries with the command:

pip install -r requirements-cuda.txt

View logs

python3 -m tensorboard.main --logdir=lightning/lightning_logs/

Credits

https://github.com/MikhailKravets/vision_transformer

About

Implement ViT for Wayang kulit dataset


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%