A model that implements multiple pooling methods in PyG #7353
SongZan222
started this conversation in
Show and tell
Replies: 1 comment
-
Wonderful, thanks for posting :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This model realizes the pooling mode of TOP-k, SAG, ASA and PAN in PyG. Write the model as a.py file that can be run with one click. The function of neural network can be controlled by the hyperparameter in the file header. At the same time, a large number of auxiliary functions are written in the file, which can help users quickly count the data and visualize the data set.
I would like to express my special thanks to @rusty1s , the author of PyG community, for his great help to me. Although he is on the other side of the earth, his help helped me, a not so good learner, successfully complete my undergraduate thesis and this model.
As the result of this period of learning, I hope this model can make some contribution to other learners and PyG community.😊
Beta Was this translation helpful? Give feedback.
All reactions