We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b6cc8 commit cc641d5Copy full SHA for cc641d5
models/gnn_convs.py
@@ -17,7 +17,7 @@
17
18
class GINETupleMultiplyConv(MessagePassing):
19
r"""Graph isomorphism network layer with tuple aggregation.
20
- The message of tuple is computed by multiply-> activation -> summation -> projection.
+ The message of tuple is computed by projection(down) -> multiply -> activation -> projection(up) -> concatenation -> projection.
21
Args:
22
in_channels (int): Input feature size.
23
out_channels (int): Output feature size.
0 commit comments