-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexp.sh
More file actions
50 lines (41 loc) · 5.36 KB
/
exp.sh
File metadata and controls
50 lines (41 loc) · 5.36 KB
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
# ==================== Ratio ====================
CUDA_VISIBLE_DEVICES=0 python main.py --name Cora --reduction_rate 0.25 --structure_budget 0.01 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=0 python main.py --name Cora --reduction_rate 0.5 --structure_budget 0.01 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=0 python main.py --name Cora --reduction_rate 1.0 --structure_budget 0.01 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=0 python main.py --name CiteSeer --reduction_rate 0.25 --structure_budget 0.01 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=0 python main.py --name CiteSeer --reduction_rate 0.5 --structure_budget 0.01 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=0 python main.py --name CiteSeer--reduction_rate 1.0 --structure_budget 0.01 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=0 python main.py --name dblp --reduction_rate 0.25 --structure_budget 0.001 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=0 python main.py --name dblp --reduction_rate 0.5 --structure_budget 0.001 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=0 python main.py --name dblp --reduction_rate 1.0 --structure_budget 0.001 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=0 python main.py --name PubMed --reduction_rate 0.25 --structure_budget 0.001 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=0 python main.py --name PubMed --reduction_rate 0.5 --structure_budget 0.001 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=0 python main.py --name PubMed --reduction_rate 1.0 --structure_budget 0.001 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=0 python main.py --name ogbn-arxiv --reduction_rate 0.001 --structure_budget 0.01 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=0 python main.py --name ogbn-arxiv --reduction_rate 0.005 --structure_budget 0.01 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=0 python main.py --name ogbn-arxiv --reduction_rate 0.01 --structure_budget 0.01 --feature_budget 0.1 --label_budget 0.2
# ==================== Budget ====================
CUDA_VISIBLE_DEVICES=0 python main.py --name Cora --reduction_rate 0.25 --structure_budget 0.05 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=1 python main.py --name Cora --reduction_rate 0.25 --structure_budget 0.1 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=2 python main.py --name Cora --reduction_rate 0.25 --structure_budget 0.01 --feature_budget 0.2 --label_budget 0.2
CUDA_VISIBLE_DEVICES=3 python main.py --name Cora --reduction_rate 0.25 --structure_budget 0.01 --feature_budget 0.3 --label_budget 0.2
CUDA_VISIBLE_DEVICES=4 python main.py --name Cora --reduction_rate 0.25 --structure_budget 0.01 --feature_budget 0.1 --label_budget 0.3
CUDA_VISIBLE_DEVICES=5 python main.py --name Cora --reduction_rate 0.25 --structure_budget 0.01 --feature_budget 0.1 --label_budget 0.4
CUDA_VISIBLE_DEVICES=0 python main.py --name CiteSeer --reduction_rate 0.25 --structure_budget 0.05 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=1 python main.py --name CiteSeer --reduction_rate 0.25 --structure_budget 0.1 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=2 python main.py --name CiteSeer --reduction_rate 0.25 --structure_budget 0.01 --feature_budget 0.2 --label_budget 0.2
CUDA_VISIBLE_DEVICES=3 python main.py --name CiteSeer --reduction_rate 0.25 --structure_budget 0.01 --feature_budget 0.3 --label_budget 0.2
CUDA_VISIBLE_DEVICES=4 python main.py --name CiteSeer --reduction_rate 0.25 --structure_budget 0.01 --feature_budget 0.1 --label_budget 0.3
CUDA_VISIBLE_DEVICES=5 python main.py --name CiteSeer --reduction_rate 0.25 --structure_budget 0.01 --feature_budget 0.1 --label_budget 0.4
CUDA_VISIBLE_DEVICES=1 python main.py --name dblp --reduction_rate 0.25 --structure_budget 0.005 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=2 python main.py --name dblp --reduction_rate 0.25 --structure_budget 0.01 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=3 python main.py --name dblp --reduction_rate 0.25 --structure_budget 0.001 --feature_budget 0.2 --label_budget 0.2
CUDA_VISIBLE_DEVICES=4 python main.py --name dblp --reduction_rate 0.25 --structure_budget 0.001 --feature_budget 0.3 --label_budget 0.2
CUDA_VISIBLE_DEVICES=5 python main.py --name dblp --reduction_rate 0.25 --structure_budget 0.001 --feature_budget 0.1 --label_budget 0.3
CUDA_VISIBLE_DEVICES=6 python main.py --name dblp --reduction_rate 0.25 --structure_budget 0.001 --feature_budget 0.1 --label_budget 0.4
CUDA_VISIBLE_DEVICES=1 python main.py --name PubMed --reduction_rate 0.25 --structure_budget 0.005 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=2 python main.py --name PubMed --reduction_rate 0.25 --structure_budget 0.01 --feature_budget 0.1 --label_budget 0.2
CUDA_VISIBLE_DEVICES=3 python main.py --name PubMed --reduction_rate 0.25 --structure_budget 0.001 --feature_budget 0.2 --label_budget 0.2
CUDA_VISIBLE_DEVICES=4 python main.py --name PubMed --reduction_rate 0.25 --structure_budget 0.001 --feature_budget 0.3 --label_budget 0.2
CUDA_VISIBLE_DEVICES=5 python main.py --name PubMed --reduction_rate 0.25 --structure_budget 0.001 --feature_budget 0.1 --label_budget 0.3
CUDA_VISIBLE_DEVICES=6 python main.py --name PubMed --reduction_rate 0.25 --structure_budget 0.001 --feature_budget 0.1 --label_budget 0.4