Advanced Computing Platform for Theoretical Physics

Commit 1b0fecd6 authored by Pengfei Zhou's avatar Pengfei Zhou
Browse files

resdme

parent 84b06f4c
# BPGCN
benchmarks for gcns
\ No newline at end of file
benchmarks for gcns
if you want to use pre_processed bpgcn version on pubmed you can run:
python bpgcn_real.py --epoch 200 --early_stop 25 --eps1 0.1 --eps2 0.6 --cuda 2 --netdepth 12 --beta 0.5 --dataset pubmed --vanilla 0 --bib 0
Also you can get classification of cora and citeseer using :
python bpgcn_real.py --epoch 200 --early_stop 25 --eps1 0.1 --eps2 0.6 --cuda 2 --netdepth 5 --beta 2 --dataset cora
python bpgcn_real.py --epoch 200 --early_stop 25 --eps1 0.1 --eps2 0.5 --cuda 2 --netdepth 5 --beta 2 --dataset citeseer
if you want to get Fig.4 you can run :
chmod 777 run_syn.sh(maybe not needed)
./run_syn.sh
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment