Storage size calculation overflowed while using Node2Vec #7396
Unanswered
ntquanghai
asked this question in
Q&A
Replies: 1 comment
-
What's 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.
-
I currently have a homogeneous graph with these data:
Data(edge_index=[2, 24386900], edge_attr=[24386900, 20])
I intend to generate node embeddings via Node2Vec with these parameters
However, when I run this, it returns this error
Storage size calculation overflowed with sizes=[9223291803303717676]
I was wondering if there was any way to deal with this problem?
Thank you all in advance, and I would appreciate any response!
Beta Was this translation helpful? Give feedback.
All reactions