Using edge attr #2495
Unanswered
JindeShubhamA
asked this question in
Q&A
Using edge attr
#2495
Replies: 1 comment 8 replies
-
Thanks for your kind words :) Not all GNN operators support edge features. This is mostly due to following the precise formulation of a given paper. While on can naturally incorporate edge features in the message passing phase, there exist multiple ways to do so (e.g. via summation or concatenation). The best way to find all GNN operators that can make use of edge features is to search for Here is an example that makes use of edge features. |
Beta Was this translation helpful? Give feedback.
8 replies
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.
-
Hello,
I have spent around 2 months on this repository and done some benchmarking on synthetic datasets for both Graph and Node classification tasks using GCN, SageConv, and Attention-based Graph networks. I would say this repository is the best that is out there for performing experiments on Graph-based networks.
The dataset I worked on till now did not have edge attributes. However know as I have become somewhat comfortable, I would like to also experiment with the edge attribute task. Edge attributes will be the node features that are passed during message propagation.
Beta Was this translation helpful? Give feedback.
All reactions