Skip to content

Releases: lucidrains/se3-transformer-pytorch

0.5.7

16 May 01:11
Compare
Choose a tag to compare
add absolute positional embedding to se3 transformers

0.5.6

14 May 20:35
Compare
Choose a tag to compare
apply rotation to values as well, for rotary embeddings

0.5.5

14 May 19:35
Compare
Choose a tag to compare
apply rotation to values as well, for rotary embeddings

0.5.4

14 May 15:04
Compare
Choose a tag to compare
fix bug where rel dist may contain masking values used for ranking ne…

0.5.3

13 May 22:38
Compare
Choose a tag to compare
add rotary positional embedding, for either sequential position or re…

0.5.2

13 May 16:27
Compare
Choose a tag to compare
turn on final normalization in the presence of reversibility

0.5.1

12 May 21:04
Compare
Choose a tag to compare
fix global features under the setting of one headed key values

0.5.0

12 May 18:21
Compare
Choose a tag to compare
add ability to tie the key / values, for 2x memory savings

0.4.0

12 May 03:43
Compare
Choose a tag to compare
add feature where one can share one key / value head across all heads…

0.3.15

03 May 21:13
Compare
Choose a tag to compare
add ability to use linearly proj keys in AttentionSE3