Skip to content

Releases: lucidrains/vit-pytorch

1.6.9

11 May 15:04

Choose a tag to compare

rotary needs to be done with full precision to be safe

1.6.8

02 May 15:46

Choose a tag to compare

address https://github.com/lucidrains/vit-pytorch/issues/300

1.6.7

18 Apr 16:44

Choose a tag to compare

address https://github.com/lucidrains/vit-pytorch/issues/306

1.6.6

17 Apr 16:40

Choose a tag to compare

address https://github.com/lucidrains/vit-pytorch/issues/304

1.6.5

23 Dec 16:11

Choose a tag to compare

address https://github.com/lucidrains/vit-pytorch/issues/292

1.6.4

15 Nov 00:55

Choose a tag to compare

share an idea that should be tried if it has not been

1.6.3a

25 Oct 21:48

Choose a tag to compare

allow channels to be customizable for cvt

1.6.2

24 Oct 19:47
92b6932

Choose a tag to compare

1.6.2

1.6.1

20 Oct 01:16

Choose a tag to compare

no longer needed with einops 0.7

1.6.0

13 Oct 16:15
1616288

Choose a tag to compare

add xcit (#284)

* add xcit

* use Rearrange layers

* give cross correlation transformer a final norm at end

* document