pytorch_geometric
pytorch_geometric copied to clipboard
Feature/node similarity measures
As discussed in #9359 I have implemented the node similarity measures
- Dirichlet Energy
- Mean Absolute Energy
from the A Survey on Oversmoothing in Graph Neural Networks paper.
Let me know what you think, I am happy about any feedback :smiley: