Divide a single graph into batches #5309
Replies: 3 comments 2 replies
-
It is feasible to divide a single graph into batches. The simplest way is by |
Beta Was this translation helpful? Give feedback.
-
I am wondering if batching step destroy a connected graph, say |
Beta Was this translation helpful? Give feedback.
-
Hi, could you share the dblp dataset? thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can we divide a single graph into batches any working example? E.G DBLP dataset I can not execute with 24 GB GPU {with GRACE, Deep Graph Contrastive Representation Learning }
It is mentioned "PyG automatically takes care of batching multiple graphs into a single giant graph with the help of the torch_geometric.loader.DataLoader class."
but what about one graph into mini-batches? is it feasible or not? if not then why (for my knowledge)
Beta Was this translation helpful? Give feedback.
All reactions