Skip to content

tsinghua-fib-lab/GRAPE

Repository files navigation

Automorphic Equivalence-aware Graph Neural Network

This repository is the official implementation of Automorphic Equivalence-aware Graph Neural Network.

alt text

Dependencies

This implementation depends on the following enviornment and packages:

python == 2.7
pytorch == 1.4
numpy == 1.17.2
scipy == 1.6.3
sklearn ==0.24.1
h5py == 2.9.0
GPUtil ==1.4.0
setproctitle == 1.1.10

Training and Evaluation

To train and evaluate the model(s) in the paper, run this command:

python grape_model.py --data='cite|cora' --gpu='0' --lr=0.003 --wd=0.00003 --dropout=0.5 --hid=32 

Results

Our model achieves the following classification accuracy:

Hamilton Lehigh Rochester JHU Amherst Cora Citeseer Amazon
GRAPE 28.1% 27.3% 25.0% 34.6% 32.6% 87.1% 74.6% 58.6%

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages