-
ContextI am trying to learn general-purpose node embeddings by an auxiliary link prediction task in a self-supervised fashion on a heterogeneous graph. Environmentpyg 2.5.2 Problem descriptionHeterodata datasetThere are no node features in the graph (initial node features are initialized with Split into train, val and testResulting in GNN modelThe errorResults in Where is my fault? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
|
Do you mind sharing your data? It looks like Btw, I feel like a lot of these node types may better be described as node features. |
Beta Was this translation helpful? Give feedback.
You would need to use a dummy
edge_weightif you wanna useto_hetero. Currently,to_heteroexpects that all node types and all edge types share the same format.