Releases: lucidrains/vit-pytorch
Releases · lucidrains/vit-pytorch
1.6.2
1.6.2
1.6.1
no longer needed with einops 0.7
1.6.0
add xcit (#284) * add xcit * use Rearrange layers * give cross correlation transformer a final norm at end * document
1.5.3
give a learned bias to and from registers for maxvit + register token…
1.5.2
improvise a max vit with register tokens
1.5.1
improvise a max vit with register tokens
1.5.0a
fix pypi
1.5.0
add simple vit with register tokens example, cite
1.4.5
address https://github.com/lucidrains/vit-pytorch/issues/279
1.4.4
just remove PreNorm wrapper from all ViTs, as it is unlikely to chang…