Dataset with multiple graphs to be used with LightGCN model #6786
Unanswered
SourabhRanade
asked this question in
Q&A
Replies: 1 comment 11 replies
-
|
Beta Was this translation helpful? Give feedback.
11 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 was trying to make use the lightGCN model that has already been provided under the 'torch_geometric.nn.models' section.
The way I understand it, the model can only take a dataset with one single graph as input.
Is it possible to make use of this model with a dataset that contains multiple small graphs. Something similar to the way PPI dataset is ?
Beta Was this translation helpful? Give feedback.
All reactions