-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlaunch_evaluation.sh
18 lines (14 loc) · 1.21 KB
/
launch_evaluation.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
python -u run_evaluate_predictions.py -c pinball -u 2 -m architecture-01-noise-010 -n 010
python -u run_evaluate_predictions.py -c pinball -u 4 -m architecture-01-noise-010 -n 010
python -u run_evaluate_predictions.py -c pinball -u 8 -m architecture-01-noise-010 -n 010
python -u run_evaluate_predictions.py -c pinball -u 2 -m architecture-01-noise-050 -n 050
python -u run_evaluate_predictions.py -c pinball -u 4 -m architecture-01-noise-050 -n 050
python -u run_evaluate_predictions.py -c pinball -u 8 -m architecture-01-noise-050 -n 050
python -u run_evaluate_predictions.py -c channel -u 2 -m architecture-01-noise-010 -n 010
python -u run_evaluate_predictions.py -c channel -u 4 -m architecture-01-noise-010 -n 010
python -u run_evaluate_predictions.py -c channel -u 8 -m architecture-01-noise-010 -n 010
python -u run_evaluate_predictions.py -c sst -u 2 -m architecture-02-noise-000 -n 0
python -u run_evaluate_predictions.py -c sst -u 4 -m architecture-02-noise-000 -n 0
python -u run_evaluate_predictions.py -c sst -u 8 -m architecture-02-noise-000 -n 0
python -u run_evaluate_predictions.py -c exptbl -u 2 -m architecture-01-noise-000 -n 0
python -u run_evaluate_predictions.py -c exptbl -u 4 -m architecture-01-noise-000 -n 0