Skip to content

Ryul0rd/compact-convolutional-transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compact-convolutional-transformer

Implementation of Compact Convolutional Transformer (CCT) from Escaping the Big Data Paradigm with Compact Transformers
https://arxiv.org/abs/2104.05704

Some code borrowed from the following tutorials:
https://medium.com/pytorch/training-compact-transformers-from-scratch-in-30-minutes-with-pytorch-ff5c21668ed5 https://medium.com/the-dl/transformers-from-scratch-in-pytorch-8777e346ca51 https://blog.floydhub.com/the-transformer-in-pytorch/

Citation

@article{hassani2021escaping,
	title        = {Escaping the Big Data Paradigm with Compact Transformers},
	author       = {Ali Hassani and Steven Walton and Nikhil Shah and Abulikemu Abuduweili and Jiachen Li and Humphrey Shi},
	year         = 2021,
	url          = {https://arxiv.org/abs/2104.05704},
	eprint       = {2104.05704},
	archiveprefix = {arXiv},
	primaryclass = {cs.CV}
}

About

Compact Convolutional Transformer (CCT) implementation https://arxiv.org/abs/2104.05704

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages