Equation of ResGatedGraphConv Operator when Edge Features are Included #8826
liujiale-study
started this conversation in
General
Replies: 1 comment 1 reply
-
Sorry about that. For the edge feature case, we concatenate the edge features to the query/key/value features, e.g., it becomes
where
|
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
-
Hello, I am asking with regards to the ResGatedGraphConv Operator
(https://pytorch-geometric.readthedocs.io/en/latest/generated/torch_geometric.nn.conv.ResGatedGraphConv.html)
The equation in the documentation didn't mention edge features although we can pass them into the operator.
May I know the what the equation is like when edge features are added into the computation?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions