Replies: 2 comments
-
data.validate() ValueError: 'edge_index' of edge type ('src', 'to', 'dst') contains larger source indices than the number of nodes (162) of this node type in 'HeteroData' (found 3232300794) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for sharing the output of |
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.
-
Hello everyone
I have an error in the heterogeneous GNN model with this type:
IndexError: Encountered an index error. Please ensure that all indices in 'edge_index' point to valid indices in the interval [0, 161] (got interval [94384626, 3232300794])
I don't know where is this interval [94384626, 3232300794] from?
can you help me?
Beta Was this translation helpful? Give feedback.
All reactions