Skip to content
Discussion options

You must be logged in to vote

GATConv has an aggregator as well (as any GNN layer). Instead of mean, max or LSTM aggregation, GATConv uses attention-based aggregation, that is, it computes attention weights for each neighbor, and then sums all neighbor features up weighted by their attention score.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sciencewu
Comment options

Answer selected by sciencewu
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