-
I'm following the tutorial about Heterogeneous Graph Learning.
Then I create the model and convert to heterogeneous.
But when I call the model
I get the following error:
I replaced the GCNConv operator with the SAGEConv and everything works fine. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Yes, |
Beta Was this translation helpful? Give feedback.
Yes,
GCNConv
is only defined to work on homogeneous graphs. Our GNN cheat sheet table lists all operators that can operate on bipartite graphs.