Replies: 1 comment 3 replies
-
I suggest to read up how PyG handles heterogeneous data here. Let me know if you have any questions. |
Beta Was this translation helpful? Give feedback.
3 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 attached pictorial representaion of a model here. In that model I want to use RGCN-CONV, where input is a graph (graph consist of two types of nodes : documents and concepts; and three types of relational edges : document to document, document to concept and concept to concept) and output is a prerequisite prection between two concepts. I just need to know how I can implement this entire model using RGCN.

each node type and edges have features.
paper link. https://aclanthology.org/2021.naacl-main.164.pdf
Beta Was this translation helpful? Give feedback.
All reactions