Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vfdev-5/vit-pytorch

Introduction and experimentations with ViT
https://github.com/vfdev-5/vit-pytorch

Last synced: 11 days ago
JSON representation

Introduction and experimentations with ViT

Awesome Lists containing this project

README

        

# Introduction to Vision Transformers with PyTorch

Table of Content:

- [ViT in PyTorch](vit_pytorch.ipynb)
- [Convolution vs Attention](conv_vs_attention.ipynb)
- [Script and logs for ViT training on CIFAR10](cifar10)

Refs:
- [An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale](https://arxiv.org/abs/2010.11929)
- [Training data-efficient image transformers & distillation through attention](https://arxiv.org/abs/2012.12877)
- [Deit code](https://github.com/facebookresearch/deit)