Replies: 1 comment 1 reply
-
Yes, I don‘t think there is a limitation on what GNN you can use. These are just the ones we tested against. |
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.
-
Hi,
According to the documentation, the GraphMultisetTransformer accepts the option
conv
that must be one ofGCNConv
,GraphConv
orGATConv
. I have skimmed through the code, and it seems to me that any other type of graph convolutions could be accepted, as long as they do not need edge attributes. At least, there is no check in the code that it must be so.Do I err ? Maybe those are the convolutions that were tested in the paper.
Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions