File tree Expand file tree Collapse file tree 3 files changed +456
-1
lines changed Expand file tree Collapse file tree 3 files changed +456
-1
lines changed Original file line number Diff line number Diff line change @@ -2190,4 +2190,15 @@ Coming from computer vision and new to transformers? Here are some resources tha
21902190}
21912191```
21922192
2193+ ``` bibtex
2194+ @inproceedings{anonymous2025vat,
2195+ title = {{VAT}: Vision Action Transformer by Unlocking Full Representation of ViT},
2196+ author = {Anonymous},
2197+ booktitle = {Submitted to The Fourteenth International Conference on Learning Representations},
2198+ year = {2025},
2199+ url = {https://openreview.net/forum?id=TalHOvvLZu},
2200+ note = {under review}
2201+ }
2202+ ```
2203+
21932204* I visualise a time when we will be to robots what dogs are to humans, and I’m rooting for the machines.* — Claude Shannon
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " vit-pytorch"
7- version = " 1.12.5 "
7+ version = " 1.14.1 "
88description = " Vision Transformer (ViT) - Pytorch"
99readme = { file = " README.md" , content-type = " text/markdown" }
1010license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments