Skip to content
Discussion options

You must be logged in to vote

I think you can still use the same procedure as in full-batch mode for this (via out, (att_index, att_weight) = conv(x, edge_index)). The main challenge is to map the local att_index to global indices afterwards. This should be achievable via n_id[att_index].

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jah377
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