Skip to content

Official implementation of "Non-Local Graph Neural Networks" [TPAMI]

License

Notifications You must be signed in to change notification settings

divelab/Non-Local-GNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Non-Local Graph Neural Networks

This is the official implementation of the non-local GNNs proposed in the following paper.

Meng Liu*, Zhengyang Wang*, and Shuiwang Ji. "Non-Local Graph Neural Networks". [TPAMI]

Requirements

We include key dependencies below. The versions we used are in the parentheses.

  • PyTorch (1.10.1)
  • PyTorch Geometric (1.6.3)

Run

cd NLGNN/src
bash longrange.sh

Reference

@article{liu2021non,
  title={Non-local graph neural networks},
  author={Liu, Meng and Wang, Zhengyang and Ji, Shuiwang},
  journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
  year={2021},
  publisher={IEEE}
}

About

Official implementation of "Non-Local Graph Neural Networks" [TPAMI]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published