How to Use PANPooling on TUDatasets #7282
Unanswered
SongZan222
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You are right that we are currently missing an example for this, really sorry. However, we show-case how to use this module in https://github.com/pyg-team/pytorch_geometric/blob/master/test/nn/pool/test_pan_pool.py, which should hopefully unblock you. Let me know if you have any doubts. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For now I want to implement a simple graph neural network aiming at graph classification, using either GCN or GIN for the convolutional layer, I use GIN for the example below. I have successfully used SAGPool in the pooling layer before, but I had trouble extending it to PANPool.
My question is : How to use the PANPool module correctly?
If there is an implementation using ASAPpool mode can also work.
Here are the key parts of my code:
Beta Was this translation helpful? Give feedback.
All reactions