Skip to content

Native TensorFlow API implementation of Vision Transformer paper (https://arxiv.org/pdf/2010.11929.pdf). This implementation may be easier to understand for beginners.

Notifications You must be signed in to change notification settings

shiveshc/ViT_easy_tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ViT_easy_tensorflow

Native TensorFlow API implementation of Vision Transformer paper (https://arxiv.org/pdf/2010.11929.pdf).

The goal of this implementation is instructional. I hope it is useful for people who do not have deep background in Pytorch or Keras. This implementation defines model graph using native TensorFlow API (one single file) thus may be easier to understand the method for beginners.

About

Native TensorFlow API implementation of Vision Transformer paper (https://arxiv.org/pdf/2010.11929.pdf). This implementation may be easier to understand for beginners.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages