Global Pooling #5380
Answered
by
EdisonLeeeee
hadarshavit
asked this question in
Q&A
Global Pooling
#5380
-
Hi, I'm using GNNs for graph classification. Therefore, I need to aggregate the node embeddings. In PyG there are the "basic" pooling layers: max, mean, add. |
Beta Was this translation helpful? Give feedback.
Answered by
EdisonLeeeee
Sep 8, 2022
Replies: 1 comment 3 replies
-
You can take a look at here, where some advanced pooling layers were introduced. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
hadarshavit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can take a look at here, where some advanced pooling layers were introduced.