pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
21.36k stars 3.66k forks source link

Example of APPNP #1137

Closed w-zm closed 4 years ago

w-zm commented 4 years ago

❓ Questions & Help

Hi, I want to test the method proposed in paper "Predict then Propagate: Graph Neural Networks meet Personalized PageRank", and PyG has implemented it as APPNP. But I can not find the example that introduces how to use it. Thank you.

rusty1s commented 4 years ago

You can find an implementation in the benchmark suite.

w-zm commented 4 years ago

You can find an implementation in the benchmark suite.

Thank you.