Replies: 1 comment 3 replies
-
Thanks for starting this conversation. I'm well aware of your work and the results are awesome :) I actually already had plans to implement it by myself, but I would really appreciate it if you are willing to contribute, i.e., the layer implementation and a simple example on Regarding aggregator fusion, I definitely agree, but we should probably incorporate that later on. I'm thinking of a simple interface like: scatter(..., reduce=['mean, 'max', 'min']) or adj_t.matmul(x, reduce=['mean, 'max', 'min']) This would be really cool to integrate :) |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Efficient Graph Convolutions reference code / models
We've just released this work building on the previous work here in Cambridge on PNA. It is a drop-in replacement for the likes of GCN/GAT/GIN/MPNN/PNA/etc with low memory usage but still -- surprisingly -- SOTA performance. Given the relative lack of tuning required + the generality of the method, I think it'd be useful to add to PyG.
Please feel free to have a play with our code / pretrained models by the way. We'd love to hear how it works for you.
There are two aspects discussed in the paper:
Happy to contribute this myself if you're happy! 🙂
Beta Was this translation helpful? Give feedback.
All reactions