-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_main_benchmark_GCN_SIGN_QSIGN.sh
executable file
·81 lines (69 loc) · 8.09 KB
/
run_main_benchmark_GCN_SIGN_QSIGN.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
python main_PPI.py --model_type GCN --centrality NO --num_epoch 1000 --N_cluster 100 --gamma 0.52 --node_budget 15000
python main_PPI.py --model_type GCN --centrality DC --num_epoch 1000 --N_cluster 100 --gamma 0.52 --node_budget 15000
python main_PPI.py --model_type GCN --centrality BC --num_epoch 1000 --N_cluster 100 --gamma 0.52 --node_budget 15000
python main_PPI.py --model_type GCN --centrality PR --num_epoch 1000 --N_cluster 100 --gamma 0.52 --node_budget 15000
python main_PPI.py --model_type GCN --centrality CC --num_epoch 1000 --N_cluster 100 --gamma 0.52 --node_budget 15000
python main_PPI.py --model_type GCN --centrality EC --num_epoch 1000 --N_cluster 100 --gamma 0.52 --node_budget 15000
python main_OrganS.py --model_type GCN --centrality NO --num_epoch 400 --N_cluster 100 --gamma 0.54 --node_budget 8000
python main_OrganS.py --model_type GCN --centrality DC --num_epoch 400 --N_cluster 100 --gamma 0.54 --node_budget 8000
python main_OrganS.py --model_type GCN --centrality BC --num_epoch 400 --N_cluster 100 --gamma 0.54 --node_budget 8000
python main_OrganS.py --model_type GCN --centrality PR --num_epoch 400 --N_cluster 100 --gamma 0.54 --node_budget 8000
python main_OrganS.py --model_type GCN --centrality CC --num_epoch 400 --N_cluster 100 --gamma 0.54 --node_budget 8000
python main_OrganS.py --model_type GCN --centrality EC --num_epoch 400 --N_cluster 100 --gamma 0.54 --node_budget 8000
python main_OrganC.py --model_type GCN --centrality NO --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 8000
python main_OrganC.py --model_type GCN --centrality DC --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 8000
python main_OrganC.py --model_type GCN --centrality BC --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 8000
python main_OrganC.py --model_type GCN --centrality PR --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 8000
python main_OrganC.py --model_type GCN --centrality CC --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 8000
python main_OrganC.py --model_type GCN --centrality EC --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 8000
python main_Flickr.py --model_type GCN --centrality NO --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_Flickr.py --model_type GCN --centrality DC --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_Flickr.py --model_type GCN --centrality BC --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_Flickr.py --model_type GCN --centrality PR --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_Flickr.py --model_type GCN --centrality EC --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_PPI.py --model_type SIGN --centrality NO --num_epoch 1000 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_PPI.py --model_type SIGN --centrality DC --num_epoch 1000 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_PPI.py --model_type SIGN --centrality BC --num_epoch 1000 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_PPI.py --model_type SIGN --centrality PR --num_epoch 1000 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_PPI.py --model_type SIGN --centrality CC --num_epoch 1000 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_PPI.py --model_type SIGN --centrality EC --num_epoch 1000 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_OrganS.py --model_type SIGN --centrality NO --num_epoch 400 --N_cluster 100 --gamma 0.54 --node_budget 8000
python main_OrganS.py --model_type SIGN --centrality DC --num_epoch 400 --N_cluster 100 --gamma 0.54 --node_budget 8000
python main_OrganS.py --model_type SIGN --centrality BC --num_epoch 400 --N_cluster 100 --gamma 0.54 --node_budget 8000
python main_OrganS.py --model_type SIGN --centrality PR --num_epoch 400 --N_cluster 100 --gamma 0.54 --node_budget 8000
python main_OrganS.py --model_type SIGN --centrality CC --num_epoch 400 --N_cluster 100 --gamma 0.54 --node_budget 8000
python main_OrganS.py --model_type SIGN --centrality EC --num_epoch 400 --N_cluster 100 --gamma 0.54 --node_budget 8000
python main_OrganC.py --model_type SIGN --centrality NO --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 8000
python main_OrganC.py --model_type SIGN --centrality DC --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 8000
python main_OrganC.py --model_type SIGN --centrality BC --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 8000
python main_OrganC.py --model_type SIGN --centrality PR --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 8000
python main_OrganC.py --model_type SIGN --centrality CC --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 8000
python main_OrganC.py --model_type SIGN --centrality EC --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 8000
python main_Flickr.py --model_type SIGN --centrality NO --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_Flickr.py --model_type SIGN --centrality DC --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_Flickr.py --model_type SIGN --centrality BC --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_Flickr.py --model_type SIGN --centrality PR --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_Flickr.py --model_type SIGN --centrality EC --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_PPI.py --model_type QSIGN --centrality NO --num_epoch 1000 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_PPI.py --model_type QSIGN --centrality DC --num_epoch 1000 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_PPI.py --model_type QSIGN --centrality BC --num_epoch 1000 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_PPI.py --model_type QSIGN --centrality PR --num_epoch 1000 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_PPI.py --model_type QSIGN --centrality CC --num_epoch 1000 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_PPI.py --model_type QSIGN --centrality EC --num_epoch 1000 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_OrganS.py --model_type QSIGN --centrality NO --num_epoch 400 --N_cluster 100 --gamma 0.54 --node_budget 8000
python main_OrganS.py --model_type QSIGN --centrality DC --num_epoch 400 --N_cluster 100 --gamma 0.54 --node_budget 8000
python main_OrganS.py --model_type QSIGN --centrality BC --num_epoch 400 --N_cluster 100 --gamma 0.54 --node_budget 8000
python main_OrganS.py --model_type QSIGN --centrality PR --num_epoch 400 --N_cluster 100 --gamma 0.54 --node_budget 8000
python main_OrganS.py --model_type QSIGN --centrality CC --num_epoch 400 --N_cluster 100 --gamma 0.54 --node_budget 8000
python main_OrganS.py --model_type QSIGN --centrality EC --num_epoch 400 --N_cluster 100 --gamma 0.54 --node_budget 8000
python main_OrganC.py --model_type QSIGN --centrality NO --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 8000
python main_OrganC.py --model_type QSIGN --centrality DC --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 8000
python main_OrganC.py --model_type QSIGN --centrality BC --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 8000
python main_OrganC.py --model_type QSIGN --centrality PR --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 8000
python main_OrganC.py --model_type QSIGN --centrality CC --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 8000
python main_OrganC.py --model_type QSIGN --centrality EC --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 8000
python main_Flickr.py --model_type QSIGN --centrality NO --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_Flickr.py --model_type QSIGN --centrality DC --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_Flickr.py --model_type QSIGN --centrality BC --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_Flickr.py --model_type QSIGN --centrality PR --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 15000
python main_Flickr.py --model_type QSIGN --centrality EC --num_epoch 400 --N_cluster 100 --gamma 0.49 --node_budget 15000