ResGatedGraphConv not as performant as dgl equivalent #7358
-
TL;DR. The ResGatedGraphConv in pytorch geometric, is missing the edge features, compared to the dgl equivalent, and tests I've run suggest that its results are not as performant. Could someone help to update the code/create a new model as I have no clue how the MessagePassing code works? More explanation. Thanks yall!!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can find an alternative PyG implementation of this layer in this repository, see here. Hopefully, this unblocks you. I am happy to take add this layer to PyG in. I am happy to help you with making this contribution. |
Beta Was this translation helpful? Give feedback.
You can find an alternative PyG implementation of this layer in this repository, see here. Hopefully, this unblocks you. I am happy to take add this layer to PyG in. I am happy to help you with making this contribution.