Skip to content

lodjim/VIT

Repository files navigation

VIT(Vision transformer)

This is a simple implementation of VIT. the state of the art in image classification It is only the application of Transformer in the image domain with slight modification in the implementation in order to handle the different data modality.

Authors

Architecture

Vit

How to use it

This project is made so that the training is intuitive you can modify some parameters directly on the code another version will take into account the use of GPU which you can always do by modifying the code images must be squares of size 384 to respect the values of the article here is the article: click here

Installation

  git clone https://github.com/lodjim/VIT
  cd VIT
  python3 main.py --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages