Which pooling method should I choose? #2868
ZhangGongjie
started this conversation in
General
Replies: 1 comment 3 replies
-
I think you wanna use the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am a newbie in GNNs, and I wish to apply GNNs as a tool to address my specific problems. I know there are many pooling methods, but I don't know which one to use.
Here is the setting: I build a weighted undirected graph, which has nodes of (num_node=1024, feat_dim=256) with approximately 10k edges. Of these nodes, many are redundant (can be expressed with adjacent nodes). If I wish to remove these redundant nodes that can be expressed with adjacent nodes, which graph pooling method should I choose? Memory and computational cost is also an important factor here.
Thanks, everyone.
Beta Was this translation helpful? Give feedback.
All reactions