-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy patheval_self_exp.sh
executable file
·30 lines (28 loc) · 1.32 KB
/
eval_self_exp.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
cd src
#echo "============================= RSR ============================="
#python run_explain.py --graph_model "RSR" --graph_type "heterograph"
#
#echo "============================= GAT ============================="
#python run_explain.py --graph_model "GAT" --graph_type "homograph"
#
#echo "============================= GCN ============================="
#python run_explain.py --graph_model "GCN" --graph_type "homograph"
#
#
#echo "============================= GSAT_RSR ============================="
#python run_explain.py --graph_model "GSAT_RSR" --graph_type "heterograph"
#
#echo "============================= GSAT_GAT ============================="
#python run_explain.py --graph_model "GSAT_GAT" --graph_type "homograph"
#
#echo "============================= GSAT_GCN ============================="
#python run_explain.py --graph_model "GSAT_GCN" --graph_type "homograph"
#
#
#echo "============================= SNex_RSR ============================="
#python run_explain.py --graph_model "SNex_RSR" --graph_type "heterograph"
#
#echo "============================= SNex_GAT ============================="
#python run_explain.py --graph_model "SNex_GAT" --graph_type "homograph"
echo "============================= SNex_GCN ============================="
python run_explain.py --graph_model "SNex_GCN" --graph_type "homograph"