Work | Details |
---|---|
Augmenting convnets with aggregated attention | Tutorial by Aritra |
Train a Vision Transformer on small datasets | Tutorial by Aritra |
MobileViT | Tutorial by Sayak |
Compact Convolutional Transformers | Tutorial by Sayak |
Data efficient image transformers | TF implementation, TF pre-trained models, tutorial by Sayak |
Class attention image transformers | TF implementation, TF pre-trained models by Sayak |
Masked Autoencoders | TF implementation, tutorial by Aritra and Sayak, Contribution to Hugging Face Transformers by Aritra and Sayak |
Probing the representation of ViTs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rsync --exclude-from=.gitignore -avz -e ssh . $1 | |
while inotifywait -r -e modify,create,delete . ; do | |
rsync --exclude-from=.gitignore -avz --delete -e ssh . $1 | |
done |