hierarchical pooling methods for different size graph inputs #2871
Unanswered
mfarazi1991
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Can you give a small example where exactly you have issues? In general, you can simply use the |
Beta Was this translation helpful? Give feedback.
6 replies
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.
-
Hi,
I have this very big issue on graph classification of varying size graphs (primarily meshes with 10k+ nodes) using the Cheb_conv method. In all examples, there is just one graph fixed (they assume fixed size graphs) and then use pooling once since the topology is fixed. However, when the inputs are not of fixed size, I cannot figure out how to do pooling on each instance separately. Mainly I have issues with how to batch the input graphs (they have different laplacian and dimensions).
Beta Was this translation helpful? Give feedback.
All reactions