Unbatch Data
batch from NeighborLoader
#6082
Unanswered
gianmarcoaversanoenx
asked this question in
Q&A
Replies: 1 comment 2 replies
-
In the current version of PyG this is not possible since the neighbors across all seed nodes are shared. There is a new |
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.
-
Hello
In the code above, I am iterating over a
NeighborLoader
dataloader that has been initialized withbatch_size = 2
. So eachgraph
object will be an instance ofData
withbatch_size=2
.How would I be able to get the
2
graphs (Data
object) fromgraph
?Beta Was this translation helpful? Give feedback.
All reactions