Skip to content

Releases: lucidrains/se3-transformer-pytorch

0.9.0

25 Nov 17:34
Compare
Choose a tag to compare
latest transformer research shows bias is not needed and could be har…

…mful

0.8.13

18 Sep 23:51
Compare
Choose a tag to compare
remove init, because empiricism

0.8.12

18 Sep 22:45
Compare
Choose a tag to compare
remove global linear attention feature

0.8.11

18 Sep 16:03
Compare
Choose a tag to compare
small bug with init

0.8.10

10 Jun 21:05
Compare
Choose a tag to compare
fix tests for pytorch 1.8.1 marking inplace operations as unsafe

0.8.9

10 Jun 20:21
Compare
Choose a tag to compare
be able to have fine control over the dimensions per type in the fina…

…l TCN projection

0.8.8

10 Jun 15:50
a7f0779
Compare
Choose a tag to compare
Merge pull request #13 from lucidrains/vector-gating

allow one to set their own path to cache directory with environmental…

0.8.7

08 Jun 18:30
621aeaa
Compare
Choose a tag to compare
Merge pull request #12 from lucidrains/vector-gating

vector gating

0.8.6

07 Jun 04:13
Compare
Choose a tag to compare
allow for customization of dimension per typeN by passing in hidden_f…

…iber_dict keyword

0.8.4

06 Jun 23:44
Compare
Choose a tag to compare
throw EGNN into the same file as main SE3 Transformer code, and add o…

…ptional SE3 feedforwards after every EGNN block