Releases: lucidrains/se3-transformer-pytorch
Releases · lucidrains/se3-transformer-pytorch
0.8.3
fix token not accounting for itself in EGNN due to logic in SE3 Trans…
0.8.2
learned bias in for htypenorm for egnn
0.8.1
0.8.1
0.8.0
add ability to use TCN to project to higher types -> EGNN-esque style…
0.7.3
add ability to learn scaling within NormSE3 - removed the learned bia…
0.7.2
add ability to learn scaling within NormSE3 - removed the learned bia…
0.7.1
add ability to learn scaling within NormSE3 - removed the learned bia…
0.7.0
switch over to new coordinate normalization, thanks to @MattMcPartlon…
0.6.1
add ability to use global linear attention for type 0 features every …
0.6.0
fix big bug, found by @MattMcPartlon