-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommands_list2.sh
36 lines (27 loc) · 1.02 KB
/
commands_list2.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
#!/bin/bash
chmod +x *
# ./bootstrap_create_ids.py
# train, test and analysis for AE
./bootstrap_train_ae_supervised.py
./bootstrap_test_ae_supervised.py
./bootstrap_ae_group_analysis_1x1.py
# train, test and analysis for AAE
./bootstrap_train_aae_supervised_new.py
./bootstrap_test_aae_supervised_new.py
./bootstrap_aae_new_group_analysis_1x1.py
# train, test and analysis for VAE
./bootstrap_train_vae_supervised.py
./bootstrap_test_vae_supervised.py
./bootstrap_vae_group_analysis_1x1.py
# train, test and analysis for CVAE
./bootstrap_train_cvae_supervised.py
./bootstrap_test_cvae_supervised.py
./bootstrap_cvae_group_analysis_1x1.py
# train, test and analysis for ACVAE
./bootstrap_train_cvae_supervised_age_gender.py -A 0 -G 1 -R 0
./bootstrap_test_cvae_supervised_age_gender.py
./bootstrap_cvae_group_analysis_1x1_age_gender.py
# train, test and analysis for ACVAE
./bootstrap_train_cvae_supervised_age_gender.py -A 0.2 -G 15 -R 0
./bootstrap_test_cvae_supervised_age_gender.py
./bootstrap_cvae_group_analysis_1x1_age_gender.py