forked from Murali-group/Beeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_synthetic.sh
32 lines (26 loc) · 1.4 KB
/
run_synthetic.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
#!/bin/bash
set -e
# rm -rf outputs/Synthetic/dyn-*/*.csv
# rm -rf inputs/Synthetic/*/*/CCM
# rm -rf outputs/Synthetic/*/*/CCM
# cd Algorithms/CCM/ && docker build . -t ccm:base && cd .. && cd ..
# run networks
#python BLRunner.py --config config-files/Synthetic/dyn-BF.yaml
#python BLRunner.py --config config-files/Synthetic/dyn-BFC.yaml
#python BLRunner.py --config config-files/Synthetic/dyn-CY.yaml
python BLRunner.py --config config-files/Synthetic/dyn-LI.yaml
python BLRunner.py --config config-files/Synthetic/dyn-LL.yaml
#python BLRunner.py --config config-files/Synthetic/dyn-TF.yaml
# evaluation
#python BLEvaluator.py --config config-files/Synthetic/dyn-BF.yaml --auc
#python BLEvaluator.py --config config-files/Synthetic/dyn-BFC.yaml --auc
#python BLEvaluator.py --config config-files/Synthetic/dyn-CY.yaml --auc
python BLEvaluator.py --config config-files/Synthetic/dyn-LI.yaml --auc
python BLEvaluator.py --config config-files/Synthetic/dyn-LL.yaml --auc
#python BLEvaluator.py --config config-files/Synthetic/dyn-TF.yaml --auc
#python evaluate.py --config config-files/Synthetic/dyn-BF.yaml
#python evaluate.py --config config-files/Synthetic/dyn-BFC.yaml
#python evaluate.py --config config-files/Synthetic/dyn-CY.yaml
python evaluate.py --config config-files/Synthetic/dyn-LI.yaml
python evaluate.py --config config-files/Synthetic/dyn-LL.yaml
#python evaluate.py --config config-files/Synthetic/dyn-TF.yaml