light_gcn graph micro batching #8721
Unanswered
sorushsaghari
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @sorushsaghari, you can utilise |
Beta Was this translation helpful? Give feedback.
2 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 everyone. torch_geometrics has a lightgcn model implemented which on the
forward
method has an edge_index param.Because my dataset is large I can't load it into memory. is there a solution like
loader.DataLoader
to micro-batchedge_index
. or this neural network need whole data at the same time and I can't do anythingBeta Was this translation helpful? Give feedback.
All reactions