Skip to content

Conversation

@chloisu
Copy link

@chloisu chloisu commented Dec 11, 2025

As part of the CS224W project, @BlakeMasters and I added ResGConv and res_gconv_norm used in Chen (2025), Graph Neural Preconditioners for Iterative Solutions of Sparse Linear Systems. It's a PyG implementation of the GCNConv layer in @jiechenjiechen's PyTorch implementation of the Graph Neural Preconditioners paper called GNP.

We started from the GCN2Conv layer and gcn_norm and tried to follow these implementations. We used the new layer in a fork of GNP to implement a PyG version of the ResGCN layer implemented there. If desired, this could be included as an example application of the ResGConv layer.

We hope the layer and/or normalization can be useful for others in the future.
Thank you very much in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant