Replies: 2 comments 2 replies
-
We currently do not have such an example as best as I know, but edge features are well supported in heterogeneous graphs/heterogeneous GNNs in PyG. If you run into any trouble to integrate, I am happy to help. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks! model = HeteroGNN(...)
output = model(data.x_dict, data.edge_index_dict, data.edge_attr_dict) Because one gets the idea that there is some straightforward class 'HeteroGNN' which can digest 'data.edge_attr_dict' Hope to have got it now. One might consider re-writing the documentation to make it more clear for beginners... |
Beta Was this translation helpful? Give feedback.
0 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.
-
Dear All,
I have been reading this nice doc page, and was wondering:
Are there any examples around where edge attributes would have been used when predicting/classifying with heterogeneous graphs?
Terveisin, Markus
Beta Was this translation helpful? Give feedback.
All reactions