Skip to content

Releases: lucidrains/reformer-pytorch

1.2.1

04 Nov 16:22
Compare
Choose a tag to compare
1.2.1

1.2.0

29 Oct 17:06
Compare
Choose a tag to compare
add a norm post-attention layers

1.1.5

04 Oct 20:40
Compare
Choose a tag to compare
fix autopadder for reformer class as well

1.1.4

17 Sep 01:19
Compare
Choose a tag to compare
fix bug with memory key/values

1.1.3

05 Aug 20:01
Compare
Choose a tag to compare
do not assert that dimension is divisible by heads if dim_head is sup…

1.1.2

23 Jul 18:07
Compare
Choose a tag to compare
remove custom unsort logits function

1.1.1

23 Jul 16:39
Compare
Choose a tag to compare
simplify the usage of undo_sort, from @L-Hugh

1.1.0

13 Jul 21:41
Compare
Choose a tag to compare

Add dim_head keyword for fixing dimension of each head

1.0.5

05 Jul 20:12
Compare
Choose a tag to compare
move local attention to separate repository

1.0.4

03 Jul 23:25
Compare
Choose a tag to compare
fix bug with attention recording when local attention heads are present