Replies: 1 comment 1 reply
-
Concatenation plus transformation
is actually equal to
The latter is more memory-efficient though, as we do not need to create another node feature matrix. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am Recently looking into the GNN and I really appreciate your work.
As a newbie of implementing the GNN paper, I tried to use the pyG to use the SAGEConv.

But when I saw the equation on
i was not sure whether this was the equation that I saw in the paper.

As you will already know, above is the algorithm in the paper.
It describes the algorithm as simply,
So, whether it uses GraphSAGE-GCN or Mean Aggregator, there should be 1 Weight.
But the equation you uploaded in the manual depicts that there are two weights, which I can't understand.
Can I Know the reason for this, Because I want to know whether there is anything that I missed from the paper.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions