Good to Batch node features running message passing on a static graph? #4070
songyesog2000
started this conversation in
General
Replies: 1 comment 1 reply
-
For some GNNs, it is possible to use |
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.
-
Hi there, I am looking for an example to train GCNN with fixed graph structure while the information on the nodes is dynamic.
I wonder can I batchlize the data with one extra dimension (like general nn batching) and run it on the known fixed graph (message passing process ), rather than transforming multiple graph into a large sparse matrix. Is that reasonable and possible to do so? If there is some example training like this, I would be happy to read those codes.
Essentially, I wondering whether the default batch method (SpMM ish) will reduce the model bias for the graph structure, otherwise, I can just try to batch the data as default.
Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions