GraphNorm icon indicating copy to clipboard operation
GraphNorm copied to clipboard

[ICML 2021] GraphNorm: A Principled Approach to Accelerating Graph Neural Network Training (official implementation)

Results 4 GraphNorm issues
Sort by recently updated
recently updated
newest added

Hello, thank you very much for your work. I noticed num_features in your code. I want to know what it means and how it is set in use.Thank you for...

Hi, thanks for open-sourcing the code and releasing extensive experiments! GNN-specific normalization beyond BatchNorm and LayerNorm was definitely a missing component in the toolbox. Did you experiment with GraphNorm on...

The code runs into the error: TypeError: object of type 'method' has no len() Adding the parenthesis solves the error. I don't know if there have been any changes in...