Can agnn.py runnable with 'mag' or 'dblp' dataset #3764
Unanswered
pdhung3012
asked this question in
Q&A
Replies: 1 comment
-
You should be able to utilize |
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.
-
The current agnn.py, in my understanding, is the implementation of a homogeneous GNN model for planetoid dataset. When I check this dataset, it only has nodes with no information about type and also the edges between nodes.
My question is, can the current agnn.py be available for support other datasets that have different types of nodes such as 'mag' and 'dblp'? To do that, do we need to remove information about types of nodes in these datasets?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions