Skip to content

Releases: lucidrains/vit-pytorch

1.6.2

24 Oct 19:47
92b6932
Compare
Choose a tag to compare
1.6.2

1.6.1

20 Oct 01:16
Compare
Choose a tag to compare
no longer needed with einops 0.7

1.6.0

13 Oct 16:15
1616288
Compare
Choose a tag to compare
add xcit (#284)

* add xcit

* use Rearrange layers

* give cross correlation transformer a final norm at end

* document

1.5.3

06 Oct 17:40
Compare
Choose a tag to compare
give a learned bias to and from registers for maxvit + register token…

1.5.2

06 Oct 17:24
Compare
Choose a tag to compare
improvise a max vit with register tokens

1.5.1

06 Oct 17:23
Compare
Choose a tag to compare
improvise a max vit with register tokens

1.5.0a

01 Oct 15:14
Compare
Choose a tag to compare
fix pypi

1.5.0

01 Oct 15:11
Compare
Choose a tag to compare
add simple vit with register tokens example, cite

1.4.5

10 Sep 16:33
Compare
Choose a tag to compare
address https://github.com/lucidrains/vit-pytorch/issues/279

1.4.4

14 Aug 16:49
Compare
Choose a tag to compare
just remove PreNorm wrapper from all ViTs, as it is unlikely to chang…