Replies: 1 comment 13 replies
-
Hi, transform = random_node_split.RandomNodeSplit('train_rest')
data = transform(data)
|
Beta Was this translation helpful? Give feedback.
13 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi:
I am trying out a HeteroGraph for Node Classification using HeteroGNN based on pytorch_geometric examples with pretty much default settings. Everything seems to be ok without errors except when it comes to splitting the custom dataset using RandomNodeSplit.
My Heterodata looks like this.
And the codes for HeteroGNN model:
Any help is highly appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions