Skip to content
Discussion options

You must be logged in to vote

PyG automatically handles different sizes of nodes and edges. You don't have to worry about that. Each GNN layer performs node-wise aggregation from its direct neighbors, which is independent of the actual node dimension. In particular, the node dimension can be seen as the "batch" dimension.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by mertkiray
Comment options

You must be logged in to vote
5 replies
@rusty1s
Comment options

@mertkiray
Comment options

@rusty1s
Comment options

@mertkiray
Comment options

@rusty1s
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants