Replies: 1 comment 5 replies
-
I see. The error comes from requiring the 3 input arguments of |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hi all,
I followed the torch_geometric tutorial and I am using Bipartite Graph for link prediction.
we add some attributes to the data(BipartiteData). The size of x_s =[130000,10],x_t[100000,12], It is too big to use a single GPU for training, so I want to split this graph with GraphSAINTRandomWalkSampler().
but I get the following problems:
Beta Was this translation helpful? Give feedback.
All reactions