-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_experiments_mert.sh
executable file
·154 lines (115 loc) · 8.15 KB
/
run_experiments_mert.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# Introduce the path to datasets folder (comment if not needed)
export DATASETS_PATH=<datasets_path>
# Scenario 1
# GTZAN
python execute_experiment.py --experiment mert95m_base_oracle_gtzan_scenario1
python execute_experiment.py --experiment mert95m_finetuning_cl_gtzan_scenario1
python execute_experiment.py --experiment mert95m_replay_cl_gtzan_scenario1
python execute_experiment.py --experiment mert95m_icarl_cl_gtzan_scenario1
python execute_experiment.py --experiment mert95m_gem_cl_gtzan_scenario1
python execute_experiment.py --experiment mert95m_ewc_cl_gtzan_scenario1
python execute_experiment.py --experiment mert95m_l2p_cl_gtzan_scenario1
python execute_experiment.py --experiment mert95m_l2center_cl_gtzan_scenario1
# VocalSet Singer
python execute_experiment.py --experiment mert95m_base_oracle_vocalsetsinger_scenario1
python execute_experiment.py --experiment mert95m_finetuning_cl_vocalsetsinger_scenario1
python execute_experiment.py --experiment mert95m_replay_cl_vocalsetsinger_scenario1
python execute_experiment.py --experiment mert95m_icarl_cl_vocalsetsinger_scenario1
python execute_experiment.py --experiment mert95m_gem_cl_vocalsetsinger_scenario1
python execute_experiment.py --experiment mert95m_ewc_cl_vocalsetsinger_scenario1
python execute_experiment.py --experiment mert95m_l2p_cl_vocalsetsinger_scenario1
python execute_experiment.py --experiment mert95m_l2center_cl_vocalsetsinger_scenario1
# VocalSet Tech
python execute_experiment.py --experiment mert95m_base_oracle_vocalsettech_scenario1
python execute_experiment.py --experiment mert95m_finetuning_cl_vocalsettech_scenario1
python execute_experiment.py --experiment mert95m_replay_cl_vocalsettech_scenario1
python execute_experiment.py --experiment mert95m_icarl_cl_vocalsettech_scenario1
python execute_experiment.py --experiment mert95m_gem_cl_vocalsettech_scenario1
python execute_experiment.py --experiment mert95m_ewc_cl_vocalsettech_scenario1
python execute_experiment.py --experiment mert95m_l2p_cl_vocalsettech_scenario1
python execute_experiment.py --experiment mert95m_l2center_cl_vocalsettech_scenario1
# NSynth Instrument
python execute_experiment.py --experiment mert95m_base_oracle_nsynthinstrument_scenario1
python execute_experiment.py --experiment mert95m_finetuning_cl_nsynthinstrument_scenario1
python execute_experiment.py --experiment mert95m_replay_cl_nsynthinstrument_scenario1
python execute_experiment.py --experiment mert95m_icarl_cl_nsynthinstrument_scenario1
python execute_experiment.py --experiment mert95m_gem_cl_nsynthinstrument_scenario1
python execute_experiment.py --experiment mert95m_ewc_cl_nsynthinstrument_scenario1
python execute_experiment.py --experiment mert95m_l2p_cl_nsynthinstrument_scenario1
python execute_experiment.py --experiment mert95m_l2center_cl_nsynthinstrument_scenario1
# Scenario 2
# GTZAN
python execute_experiment.py --experiment mert95m_base_oracle_gtzan_scenario2
python execute_experiment.py --experiment mert95m_finetuning_cl_gtzan_scenario2
python execute_experiment.py --experiment mert95m_replay_cl_gtzan_scenario2
python execute_experiment.py --experiment mert95m_icarl_cl_gtzan_scenario2
python execute_experiment.py --experiment mert95m_gem_cl_gtzan_scenario2
python execute_experiment.py --experiment mert95m_ewc_cl_gtzan_scenario2
python execute_experiment.py --experiment mert95m_l2p_cl_gtzan_scenario2
python execute_experiment.py --experiment mert95m_l2center_cl_gtzan_scenario2
# VocalSet Singer
python execute_experiment.py --experiment mert95m_base_oracle_vocalsetsinger_scenario2
python execute_experiment.py --experiment mert95m_finetuning_cl_vocalsetsinger_scenario2
python execute_experiment.py --experiment mert95m_replay_cl_vocalsetsinger_scenario2
python execute_experiment.py --experiment mert95m_icarl_cl_vocalsetsinger_scenario2
python execute_experiment.py --experiment mert95m_gem_cl_vocalsetsinger_scenario2
python execute_experiment.py --experiment mert95m_ewc_cl_vocalsetsinger_scenario2
python execute_experiment.py --experiment mert95m_l2p_cl_vocalsetsinger_scenario2
python execute_experiment.py --experiment mert95m_l2center_cl_vocalsetsinger_scenario2
# VocalSet Tech
python execute_experiment.py --experiment mert95m_base_oracle_vocalsettech_scenario2
python execute_experiment.py --experiment mert95m_finetuning_cl_vocalsettech_scenario2
python execute_experiment.py --experiment mert95m_replay_cl_vocalsettech_scenario2
python execute_experiment.py --experiment mert95m_icarl_cl_vocalsettech_scenario2
python execute_experiment.py --experiment mert95m_gem_cl_vocalsettech_scenario2
python execute_experiment.py --experiment mert95m_ewc_cl_vocalsettech_scenario2
python execute_experiment.py --experiment mert95m_l2p_cl_vocalsettech_scenario2
python execute_experiment.py --experiment mert95m_l2center_cl_vocalsettech_scenario2
# NSynth Instrument
python execute_experiment.py --experiment mert95m_base_oracle_nsynthinstrument_scenario2
python execute_experiment.py --experiment mert95m_finetuning_cl_nsynthinstrument_scenario2
python execute_experiment.py --experiment mert95m_replay_cl_nsynthinstrument_scenario2
python execute_experiment.py --experiment mert95m_icarl_cl_nsynthinstrument_scenario2
python execute_experiment.py --experiment mert95m_gem_cl_nsynthinstrument_scenario2
python execute_experiment.py --experiment mert95m_ewc_cl_nsynthinstrument_scenario2
python execute_experiment.py --experiment mert95m_l2p_cl_nsynthinstrument_scenario2
python execute_experiment.py --experiment mert95m_l2center_cl_nsynthinstrument_scenario2
# Scenario 3
# GTZAN
python execute_experiment.py --experiment mert95m_base_oracle_gtzan_scenario3
python execute_experiment.py --experiment mert95m_finetuning_cl_gtzan_scenario3
python execute_experiment.py --experiment mert95m_replay_cl_gtzan_scenario3
python execute_experiment.py --experiment mert95m_icarl_cl_gtzan_scenario3
python execute_experiment.py --experiment mert95m_gem_cl_gtzan_scenario3
python execute_experiment.py --experiment mert95m_ewc_cl_gtzan_scenario3
python execute_experiment.py --experiment mert95m_l2p_cl_gtzan_scenario3
python execute_experiment.py --experiment mert95m_l2center_cl_gtzan_scenario3
# VocalSet Singer
python execute_experiment.py --experiment mert95m_base_oracle_vocalsetsinger_scenario3
python execute_experiment.py --experiment mert95m_finetuning_cl_vocalsetsinger_scenario3
python execute_experiment.py --experiment mert95m_replay_cl_vocalsetsinger_scenario3
python execute_experiment.py --experiment mert95m_icarl_cl_vocalsetsinger_scenario3
python execute_experiment.py --experiment mert95m_gem_cl_vocalsetsinger_scenario3
python execute_experiment.py --experiment mert95m_ewc_cl_vocalsetsinger_scenario3
python execute_experiment.py --experiment mert95m_l2p_cl_vocalsetsinger_scenario3
python execute_experiment.py --experiment mert95m_l2center_cl_vocalsetsinger_scenario3
# VocalSet Tech
python execute_experiment.py --experiment mert95m_base_oracle_vocalsettech_scenario3
python execute_experiment.py --experiment mert95m_finetuning_cl_vocalsettech_scenario3
python execute_experiment.py --experiment mert95m_replay_cl_vocalsettech_scenario3
python execute_experiment.py --experiment mert95m_icarl_cl_vocalsettech_scenario3
python execute_experiment.py --experiment mert95m_gem_cl_vocalsettech_scenario3
python execute_experiment.py --experiment mert95m_ewc_cl_vocalsettech_scenario3
python execute_experiment.py --experiment mert95m_l2p_cl_vocalsettech_scenario3
python execute_experiment.py --experiment mert95m_l2center_cl_vocalsettech_scenario3
# NSynth Instrument
python execute_experiment.py --experiment mert95m_base_oracle_nsynthinstrument_scenario3
python execute_experiment.py --experiment mert95m_finetuning_cl_nsynthinstrument_scenario3
python execute_experiment.py --experiment mert95m_replay_cl_nsynthinstrument_scenario3
python execute_experiment.py --experiment mert95m_icarl_cl_nsynthinstrument_scenario3
python execute_experiment.py --experiment mert95m_gem_cl_nsynthinstrument_scenario3
python execute_experiment.py --experiment mert95m_ewc_cl_nsynthinstrument_scenario3
python execute_experiment.py --experiment mert95m_l2p_cl_nsynthinstrument_scenario3
python execute_experiment.py --experiment mert95m_l2center_cl_nsynthinstrument_scenario3
# Turn off VM (comment if not needed)
sudo shutdown