Skip to content

Releases: lucidrains/reformer-pytorch

1.4.4

06 Nov 23:08
Compare
Choose a tag to compare
make sure rotary embedding positions are cast to same type as qk

1.4.3

25 Aug 11:57
Compare
Choose a tag to compare
update flag for turning on axial positional embedding and update readme

1.4.2

09 May 14:49
Compare
Choose a tag to compare
remove unused keyword argument on Reformer class

1.4.1

05 May 20:03
Compare
Choose a tag to compare
make sure rotary embeddings is only applied to original sequence in t…

…he presence of memory key / values and contextual key / values

1.4.0

21 Apr 19:08
Compare
Choose a tag to compare
add and default to rotary positional embeddings

1.2.6

08 Mar 14:51
Compare
Choose a tag to compare
new paper suggests that feedforwards needs to be present

1.2.5

27 Feb 02:29
785a241
Compare
Choose a tag to compare
release

1.2.4

06 Dec 23:07
d7f6df3
Compare
Choose a tag to compare
Update setup.py

1.2.3

05 Nov 07:30
Compare
Choose a tag to compare
bump

1.2.2

04 Nov 20:17
Compare
Choose a tag to compare
fix post attn layer norm when using embedding factorization