is it possible an old-fashioned batch version will be developed #4599
tiger-tiger
started this conversation in
General
Replies: 1 comment
-
We might be able to integrate something like that once |
Beta Was this translation helpful? Give feedback.
0 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.
-
Is it possible there is an option, we can just use [B, F, N] for nodes, [B, F, E, E] for adj matrix as inputs, pyG automatically converts them to some underlying data format.
meanwhile we generate batched graphs with nodes [B, F,N] & adj [B, F, E, E] of same size, so loss can be easily calculated for labeled graphs.
Beta Was this translation helpful? Give feedback.
All reactions