##################
Depedency
python              3.6.4
dgl-cu100           0.5.1
torch               1.4.0+cu100
torchvision         0.5.0+cu100
networkx            2.5
###################

To reproduce the results of GCN for squirrel and chameleon, run the following codes.

###################





python run_exp.py --dataset chameleon --gnn gcn --new 1 --ms 1  --num_shuffle 10 --num_seeds 10 --lr 0.05 --wd 5e-07 --dp 0.5 --hidden_size 64



python run_exp.py --dataset squirrel --gnn gcn --new 1 --ms 1  --num_shuffle 10 --num_seeds 10 --lr 0.05 --wd 5e-07 --dp 0.5 --hidden_size 64





























