forked from GKalliatakis/DisplaceNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevaluator.sh
20 lines (15 loc) · 2.48 KB
/
evaluator.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
python3 abusenet_evaluator_v2.py --violation_class dp --fold_number 1 --hra_model_backend_name VGG16_Places365 --nb_of_conv_layers 1 --emotic_model_a_backend_name VGG16
python3 abusenet_evaluator_v2.py --violation_class dp --fold_number 2 --hra_model_backend_name VGG16_Places365 --nb_of_conv_layers 1 --emotic_model_a_backend_name VGG16
python3 abusenet_evaluator_v2.py --violation_class dp --fold_number 3 --hra_model_backend_name VGG16_Places365 --nb_of_conv_layers 1 --emotic_model_a_backend_name VGG16
python3 abusenet_evaluator_v2.py --violation_class dp --fold_number 4 --hra_model_backend_name VGG16_Places365 --nb_of_conv_layers 1 --emotic_model_a_backend_name VGG16
python3 abusenet_evaluator_v2.py --violation_class dp --fold_number 5 --hra_model_backend_name VGG16_Places365 --nb_of_conv_layers 1 --emotic_model_a_backend_name VGG16
python3 abusenet_evaluator_v2.py --violation_class dp --fold_number 1 --hra_model_backend_name VGG16_Places365 --nb_of_conv_layers 2 --emotic_model_a_backend_name VGG16
python3 abusenet_evaluator_v2.py --violation_class dp --fold_number 2 --hra_model_backend_name VGG16_Places365 --nb_of_conv_layers 2 --emotic_model_a_backend_name VGG16
python3 abusenet_evaluator_v2.py --violation_class dp --fold_number 3 --hra_model_backend_name VGG16_Places365 --nb_of_conv_layers 2 --emotic_model_a_backend_name VGG16
python3 abusenet_evaluator_v2.py --violation_class dp --fold_number 4 --hra_model_backend_name VGG16_Places365 --nb_of_conv_layers 2 --emotic_model_a_backend_name VGG16
python3 abusenet_evaluator_v2.py --violation_class dp --fold_number 5 --hra_model_backend_name VGG16_Places365 --nb_of_conv_layers 2 --emotic_model_a_backend_name VGG16
python3 abusenet_evaluator_v2.py --violation_class dp --fold_number 1 --hra_model_backend_name VGG16_Places365 --nb_of_conv_layers 3 --emotic_model_a_backend_name VGG16
python3 abusenet_evaluator_v2.py --violation_class dp --fold_number 2 --hra_model_backend_name VGG16_Places365 --nb_of_conv_layers 3 --emotic_model_a_backend_name VGG16
python3 abusenet_evaluator_v2.py --violation_class dp --fold_number 3 --hra_model_backend_name VGG16_Places365 --nb_of_conv_layers 3 --emotic_model_a_backend_name VGG16
python3 abusenet_evaluator_v2.py --violation_class dp --fold_number 4 --hra_model_backend_name VGG16_Places365 --nb_of_conv_layers 3 --emotic_model_a_backend_name VGG16
python3 abusenet_evaluator_v2.py --violation_class dp --fold_number 5 --hra_model_backend_name VGG16_Places365 --nb_of_conv_layers 3 --emotic_model_a_backend_name VGG16