An open API service indexing awesome lists of open source software.

https://github.com/soumik12345/vision-transformer

Tensorflow 2.x implementation of Vision-Transformer model
https://github.com/soumik12345/vision-transformer

cifar10 classification image-classification keras tensorflow2 transformer vision-transformer

Last synced: 21 days ago
JSON representation

Tensorflow 2.x implementation of Vision-Transformer model

Awesome Lists containing this project

README

        

# Vision Transformer

Unofficial Tensorflow 2.x implementation of the Transformer based Image Classification model proposed by the paper [AN IMAGE IS WORTH 16X16 WORDS:
TRANSFORMERS FOR IMAGE RECOGNITION AT SCALE](https://openreview.net/pdf?id=YicbFdNTTy). The paper is currently under double-blind review.

![](./assets/model.png)

GELU implementation has been taken from the latest master branch of [EchoAI](https://github.com/digantamisra98/Echo/).