-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_test_accuracy.sh
executable file
·14 lines (12 loc) · 1.19 KB
/
run_test_accuracy.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
make test_accuracy SMALL=1 USE_HIGH_PREC=0 USE_POWER=1 &> accuracy_log/log_test_small_power_v2.txt
make test_accuracy SMALL=1 USE_HIGH_PREC=1 USE_POWER=0 &> accuracy_log/log_test_small_spectr_v2.txt
make test_accuracy SMALL=1 USE_HIGH_PREC=0 USE_POWER=1 &> accuracy_log/log_test_small_power_v2.txt
make test_accuracy SMALL=1 USE_HIGH_PREC=1 USE_POWER=0 &> accuracy_log/log_test_small_spectr_v2.txt
make test_accuracy MEDIUM=1 USE_HIGH_PREC=0 USE_POWER=1 &> accuracy_log/log_test_medium_power_v2.txt
make test_accuracy MEDIUM=1 USE_HIGH_PREC=1 USE_POWER=0 &> accuracy_log/log_test_medium_spectr_v2.txt
make test_accuracy MEDIUM=1 USE_HIGH_PREC=0 USE_POWER=1 &> accuracy_log/log_test_medium_power_v2.txt
make test_accuracy MEDIUM=1 USE_HIGH_PREC=1 USE_POWER=0 &> accuracy_log/log_test_medium_spectr_v2.txt
make test_accuracy LARGE=1 USE_HIGH_PREC=0 USE_POWER=1 &> accuracy_log/log_test_large_power_v2.txt
make test_accuracy LARGE=1 USE_HIGH_PREC=1 USE_POWER=1 &> accuracy_log/log_test_large_hp_power_v2.txt
make test_accuracy LARGE=1 USE_HIGH_PREC=0 USE_POWER=0 &> accuracy_log/log_test_large_spectr_v2.txt
make test_accuracy LARGE=1 USE_HIGH_PREC=1 USE_POWER=0 &> accuracy_log/log_test_large_hp_spectr_v2.txt