Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to make a GNN to work with several datasets (MUTAG, PROTEINS, etc...), using 2 GCNConv layers for a Neural Network.
While the 'x' input tensor can be batched to a batch-size first dimension, It's not clear to me how to stack/concatenate the relative batch edge_index tensors for batch-size graphs.
If it is possible to use multiple batch graphs with these GCNConv layers....
Thanks for your attention!
Beta Was this translation helpful? Give feedback.
All reactions