GCN Implementation in the form of MessagPasing with EdgeFeature #9633
pouya-taghipour
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
Implementation of GCN algorithm in the fom of MessagPassing is described in PytorchGeometric MessagePassin class documentation (see the https://pytorch-geometric.readthedocs.io/en/latest/tutorial/create_gnn.html)
However, I also passe the edge feature in propagate function in my implementation as below:
My question is how propagate function incorporate edge feture? Does propagate function sum the edge and node feature of neighbors as below?
or
we will have seperate weight for node and edge as below:
Beta Was this translation helpful? Give feedback.
All reactions