Skip to content

Releases: lucidrains/egnn-pytorch

0.1.12

20 May 16:42
Compare
Choose a tag to compare
fix neighbor calculation bug in the presence of masking

0.1.11

16 May 03:40
Compare
Choose a tag to compare
add numba and numpy deps for se3gnn

0.1.10

15 May 23:17
Compare
Choose a tag to compare
make torch geometric optional by making import of se3gnn explicit

0.1.9

15 May 19:05
Compare
Choose a tag to compare
add absolute positional embedding for EGNN_network, which is automati…

…cally summed with feature representations when num_positions is set to the maximum sequence length

0.1.8

15 May 18:17
Compare
Choose a tag to compare
add clamp value for coordinate weights

0.1.7

14 May 15:03
Compare
Choose a tag to compare
fix bug where rel dist may contain masking value

0.1.6

11 May 16:23
Compare
Choose a tag to compare
remove nonlinearity from NormCoors

0.1.5

04 May 21:57
Compare
Choose a tag to compare
add gating after edges MLP - section 3.3 of the paper

0.1.4

20 Apr 19:01
Compare
Choose a tag to compare
make pytorch geometric optional

0.1.2

05 Apr 17:31
Compare
Choose a tag to compare
make sure continuous edges work