Skip to content

Releases: lucidrains/se3-transformer-pytorch

0.8.3

06 Jun 23:24
Compare
Choose a tag to compare
fix token not accounting for itself in EGNN due to logic in SE3 Trans…

0.8.2

06 Jun 23:07
Compare
Choose a tag to compare
learned bias in for htypenorm for egnn

0.8.1

06 Jun 22:44
Compare
Choose a tag to compare
0.8.1

0.8.0

06 Jun 22:07
Compare
Choose a tag to compare
add ability to use TCN to project to higher types -> EGNN-esque style…

0.7.3

06 Jun 17:55
Compare
Choose a tag to compare
add ability to learn scaling within NormSE3 - removed the learned bia…

0.7.2

06 Jun 04:09
Compare
Choose a tag to compare
add ability to learn scaling within NormSE3 - removed the learned bia…

0.7.1

06 Jun 02:03
Compare
Choose a tag to compare
add ability to learn scaling within NormSE3 - removed the learned bia…

0.7.0

04 Jun 19:26
Compare
Choose a tag to compare
switch over to new coordinate normalization, thanks to @MattMcPartlon…

0.6.1

31 May 00:42
Compare
Choose a tag to compare
add ability to use global linear attention for type 0 features every …

0.6.0

30 May 17:08
Compare
Choose a tag to compare
fix big bug, found by @MattMcPartlon