Replies: 1 comment
-
In general, you do not have to care about normalization as PyG will normalize according to the GNN formula automatically. For example, for |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi, I am using this awesome package and have one doubt,
I am trying to use models other than GCN and noticed that only GCN is performing normalization internally :
I wanted to know is this normalization only necessary for GCN or we need to perform manual transformation for other models such as GAT, GRAPHsage, GIN etc
what is the performance effect?
Beta Was this translation helpful? Give feedback.
All reactions