Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! That is a very nice little example, you should consider to add it the tutorial or at least to the examples folder :) |
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.
-
I have been using the heterogenous graph functionalities of PyG and they work great. Thanks for developing them!
However, now I would like to bench mark against a R-GCN model, and realise that the
RGCNConv
layer needs a flatten version of the graph, in contrast from theHeteroConv
that can receive theHeteroData
x_dict
andedge_index_dict
.Is there a hard reason for this or it just that this module was developed before the HeteroData format was developed?
Beta Was this translation helpful? Give feedback.
All reactions