-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_glp.sh
40 lines (40 loc) · 4.48 KB
/
run_glp.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
#!/bin/bash
taskset -c 1 python test_dtf.py --exp=COPH --num_TSPs=10 --max_depth=2 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=COPH --num_TSPs=10 --max_depth=3 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=COPH --num_TSPs=10 --max_depth=4 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=COPH --num_TSPs=10 --max_depth=5 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=COPH --num_TSPs=10 --max_depth=6 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=COPH --num_TSPs=10 --max_depth=7 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=COPH --num_TSPs=10 --max_depth=8 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=COPM --num_TSPs=10 --max_depth=2 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=COPM --num_TSPs=10 --max_depth=3 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=COPM --num_TSPs=10 --max_depth=4 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=COPM --num_TSPs=10 --max_depth=5 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=COPM --num_TSPs=10 --max_depth=6 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=COPM --num_TSPs=10 --max_depth=7 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=COPM --num_TSPs=10 --max_depth=8 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=COPW --num_TSPs=10 --max_depth=2 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=COPW --num_TSPs=10 --max_depth=3 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=COPW --num_TSPs=10 --max_depth=4 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=COPW --num_TSPs=10 --max_depth=5 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=COPW --num_TSPs=10 --max_depth=6 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=COPW --num_TSPs=10 --max_depth=7 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=COPW --num_TSPs=10 --max_depth=8 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=Mushroom --num_TSPs=10 --max_depth=2 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=Mushroom --num_TSPs=10 --max_depth=3 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=Mushroom --num_TSPs=10 --max_depth=4 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=Mushroom --num_TSPs=10 --max_depth=5 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=Mushroom --num_TSPs=10 --max_depth=6 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=Mushroom --num_TSPs=10 --max_depth=7 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=Mushroom --num_TSPs=10 --max_depth=8 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=8Gaussian --num_TSPs=10 --max_depth=2 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=8Gaussian --num_TSPs=10 --max_depth=3 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=8Gaussian --num_TSPs=10 --max_depth=4 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=8Gaussian --num_TSPs=10 --max_depth=5 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=8Gaussian --num_TSPs=10 --max_depth=6 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=8Gaussian --num_TSPs=10 --max_depth=7 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=8Gaussian --num_TSPs=10 --max_depth=8 --kfolds=5 --split_type=greedy_local_perm
taskset -c 1 python test_dtf.py --exp=MNIST --num_TSPs=30 --max_depth=3 --kfolds=3 --split_type=greedy_local_perm --SAMPLE_AT_NODE=True
taskset -c 1 python test_dtf.py --exp=MNIST --num_TSPs=30 --max_depth=7 --kfolds=3 --split_type=greedy_local_perm --SAMPLE_AT_NODE=True
taskset -c 1 python test_dtf.py --exp=MNIST --num_TSPs=30 --max_depth=10 --kfolds=3 --split_type=greedy_local_perm --SAMPLE_AT_NODE=True
taskset -c 1 python test_dtf.py --exp=SNP --num_TSPs=20 --max_depth=3 --kfolds=3 --split_type=greedy_local_perm --SAMPLE_AT_NODE=True