Skip to content

Commit cc641d5

Browse files
committed
version 2.0
revise comment of GNN layer.
1 parent a4b6cc8 commit cc641d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/gnn_convs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class GINETupleMultiplyConv(MessagePassing):
1919
r"""Graph isomorphism network layer with tuple aggregation.
20-
The message of tuple is computed by multiply-> activation -> summation -> projection.
20+
The message of tuple is computed by projection(down) -> multiply -> activation -> projection(up) -> concatenation -> projection.
2121
Args:
2222
in_channels (int): Input feature size.
2323
out_channels (int): Output feature size.

0 commit comments

Comments
 (0)