Spaces:
Running
Running
update
Browse files
examples/vm_sound_classification/run_batch.sh
CHANGED
|
@@ -1,8 +1,221 @@
|
|
| 1 |
#!/usr/bin/env bash
|
| 2 |
|
| 3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name sound-3-ch4 \
|
| 5 |
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/*/wav_finished/*/*.wav" \
|
| 6 |
--label_plan 3 \
|
| 7 |
--config_file "yaml/conv2d-classifier-3-ch4.yaml"
|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
#!/usr/bin/env bash
|
| 2 |
|
| 3 |
|
| 4 |
+
# sound ch4
|
| 5 |
+
|
| 6 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name sound-2-ch4 \
|
| 7 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/*/wav_finished/*/*.wav" \
|
| 8 |
+
--label_plan 2 \
|
| 9 |
+
--config_file "yaml/conv2d-classifier-2-ch4.yaml"
|
| 10 |
+
|
| 11 |
+
|
| 12 |
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name sound-3-ch4 \
|
| 13 |
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/*/wav_finished/*/*.wav" \
|
| 14 |
--label_plan 3 \
|
| 15 |
--config_file "yaml/conv2d-classifier-3-ch4.yaml"
|
| 16 |
|
| 17 |
+
|
| 18 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name sound-4-ch4 \
|
| 19 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/*/wav_finished/*/*.wav" \
|
| 20 |
+
--label_plan 4 \
|
| 21 |
+
--config_file "yaml/conv2d-classifier-4-ch4.yaml"
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name sound-8-ch4 \
|
| 25 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/*/wav_finished/*/*.wav" \
|
| 26 |
+
--label_plan 8 \
|
| 27 |
+
--config_file "yaml/conv2d-classifier-8-ch4.yaml"
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
# sound ch8
|
| 31 |
+
|
| 32 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name sound-2-ch8 \
|
| 33 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/*/wav_finished/*/*.wav" \
|
| 34 |
+
--label_plan 2 \
|
| 35 |
+
--config_file "yaml/conv2d-classifier-2-ch8.yaml"
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name sound-3-ch8 \
|
| 39 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/*/wav_finished/*/*.wav" \
|
| 40 |
+
--label_plan 3 \
|
| 41 |
+
--config_file "yaml/conv2d-classifier-3-ch8.yaml"
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name sound-4-ch8 \
|
| 45 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/*/wav_finished/*/*.wav" \
|
| 46 |
+
--label_plan 4 \
|
| 47 |
+
--config_file "yaml/conv2d-classifier-4-ch8.yaml"
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name sound-8-ch8 \
|
| 51 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/*/wav_finished/*/*.wav" \
|
| 52 |
+
--label_plan 8 \
|
| 53 |
+
--config_file "yaml/conv2d-classifier-8-ch8.yaml"
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
# sound ch16
|
| 57 |
+
|
| 58 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name sound-2-ch16 \
|
| 59 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/*/wav_finished/*/*.wav" \
|
| 60 |
+
--label_plan 2 \
|
| 61 |
+
--config_file "yaml/conv2d-classifier-2-ch16.yaml"
|
| 62 |
+
|
| 63 |
+
|
| 64 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name sound-3-ch16 \
|
| 65 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/*/wav_finished/*/*.wav" \
|
| 66 |
+
--label_plan 3 \
|
| 67 |
+
--config_file "yaml/conv2d-classifier-3-ch16.yaml"
|
| 68 |
+
|
| 69 |
+
|
| 70 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name sound-4-ch16 \
|
| 71 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/*/wav_finished/*/*.wav" \
|
| 72 |
+
--label_plan 4 \
|
| 73 |
+
--config_file "yaml/conv2d-classifier-4-ch16.yaml"
|
| 74 |
+
|
| 75 |
+
|
| 76 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name sound-8-ch16 \
|
| 77 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/*/wav_finished/*/*.wav" \
|
| 78 |
+
--label_plan 8 \
|
| 79 |
+
--config_file "yaml/conv2d-classifier-8-ch16.yaml"
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
# sound ch32
|
| 83 |
+
|
| 84 |
+
#sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name sound-2-ch32 \
|
| 85 |
+
#--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/*/wav_finished/*/*.wav" \
|
| 86 |
+
#--label_plan 2 \
|
| 87 |
+
#--config_file "yaml/conv2d-classifier-2-ch32.yaml"
|
| 88 |
+
#
|
| 89 |
+
#
|
| 90 |
+
#sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name sound-3-ch32 \
|
| 91 |
+
#--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/*/wav_finished/*/*.wav" \
|
| 92 |
+
#--label_plan 3 \
|
| 93 |
+
#--config_file "yaml/conv2d-classifier-3-ch32.yaml"
|
| 94 |
+
#
|
| 95 |
+
#
|
| 96 |
+
#sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name sound-4-ch32 \
|
| 97 |
+
#--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/*/wav_finished/*/*.wav" \
|
| 98 |
+
#--label_plan 4 \
|
| 99 |
+
#--config_file "yaml/conv2d-classifier-4-ch32.yaml"
|
| 100 |
+
|
| 101 |
+
|
| 102 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name sound-8-ch32 \
|
| 103 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/*/wav_finished/*/*.wav" \
|
| 104 |
+
--label_plan 8 \
|
| 105 |
+
--config_file "yaml/conv2d-classifier-8-ch32.yaml"
|
| 106 |
+
|
| 107 |
+
|
| 108 |
+
# voicemail ch4
|
| 109 |
+
|
| 110 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-en-sg-2-ch4 \
|
| 111 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/en-SG/wav_finished/*/*.wav" \
|
| 112 |
+
--label_plan 2-voicemail \
|
| 113 |
+
--config_file "yaml/conv2d-classifier-2-ch4.yaml"
|
| 114 |
+
|
| 115 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-en-us-2-ch4 \
|
| 116 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/en-US/wav_finished/*/*.wav" \
|
| 117 |
+
--label_plan 2-voicemail \
|
| 118 |
+
--config_file "yaml/conv2d-classifier-2-ch4.yaml"
|
| 119 |
+
|
| 120 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-es-mx-2-ch4 \
|
| 121 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/es-MX/wav_finished/*/*.wav" \
|
| 122 |
+
--label_plan 2-voicemail \
|
| 123 |
+
--config_file "yaml/conv2d-classifier-2-ch4.yaml"
|
| 124 |
+
|
| 125 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-es-pe-2-ch4 \
|
| 126 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/es-PE/wav_finished/*/*.wav" \
|
| 127 |
+
--label_plan 2-voicemail \
|
| 128 |
+
--config_file "yaml/conv2d-classifier-2-ch4.yaml"
|
| 129 |
+
|
| 130 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-id-id-2-ch4 \
|
| 131 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/id-ID/wav_finished/*/*.wav" \
|
| 132 |
+
--label_plan 2-voicemail \
|
| 133 |
+
--config_file "yaml/conv2d-classifier-2-ch4.yaml"
|
| 134 |
+
|
| 135 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-ja-JP-2-ch4 \
|
| 136 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/ja-JP/wav_finished/*/*.wav" \
|
| 137 |
+
--label_plan 2-voicemail \
|
| 138 |
+
--config_file "yaml/conv2d-classifier-2-ch4.yaml"
|
| 139 |
+
|
| 140 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-ko-kr-2-ch4 \
|
| 141 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/ko-KR/wav_finished/*/*.wav" \
|
| 142 |
+
--label_plan 2-voicemail \
|
| 143 |
+
--config_file "yaml/conv2d-classifier-2-ch4.yaml"
|
| 144 |
+
|
| 145 |
+
#sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-ms-my-2-ch4 \
|
| 146 |
+
#--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/ms-MY/wav_finished/*/*.wav" \
|
| 147 |
+
#--label_plan 2-voicemail \
|
| 148 |
+
#--config_file "yaml/conv2d-classifier-2-ch4.yaml"
|
| 149 |
+
|
| 150 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-pt-br-2-ch4 \
|
| 151 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/pt-BR/wav_finished/*/*.wav" \
|
| 152 |
+
--label_plan 2-voicemail \
|
| 153 |
+
--config_file "yaml/conv2d-classifier-2-ch4.yaml"
|
| 154 |
+
|
| 155 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-th-th-2-ch4 \
|
| 156 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/th-TH/wav_finished/*/*.wav" \
|
| 157 |
+
--label_plan 2-voicemail \
|
| 158 |
+
--config_file "yaml/conv2d-classifier-2-ch4.yaml"
|
| 159 |
+
|
| 160 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-zh-tw-2-ch4 \
|
| 161 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/zh-TW/wav_finished/*/*.wav" \
|
| 162 |
+
--label_plan 2-voicemail \
|
| 163 |
+
--config_file "yaml/conv2d-classifier-2-ch4.yaml"
|
| 164 |
+
|
| 165 |
+
|
| 166 |
+
# voicemail ch32
|
| 167 |
+
|
| 168 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-en-sg-2-ch32 \
|
| 169 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/en-SG/wav_finished/*/*.wav" \
|
| 170 |
+
--label_plan 2-voicemail \
|
| 171 |
+
--config_file "yaml/conv2d-classifier-2-ch32.yaml"
|
| 172 |
+
|
| 173 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-en-us-2-ch32 \
|
| 174 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/en-US/wav_finished/*/*.wav" \
|
| 175 |
+
--label_plan 2-voicemail \
|
| 176 |
+
--config_file "yaml/conv2d-classifier-2-ch32.yaml"
|
| 177 |
+
|
| 178 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-es-mx-2-ch32 \
|
| 179 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/es-MX/wav_finished/*/*.wav" \
|
| 180 |
+
--label_plan 2-voicemail \
|
| 181 |
+
--config_file "yaml/conv2d-classifier-2-ch32.yaml"
|
| 182 |
+
|
| 183 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-es-pe-2-ch32 \
|
| 184 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/es-PE/wav_finished/*/*.wav" \
|
| 185 |
+
--label_plan 2-voicemail \
|
| 186 |
+
--config_file "yaml/conv2d-classifier-2-ch32.yaml"
|
| 187 |
+
|
| 188 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-id-id-2-ch32 \
|
| 189 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/id-ID/wav_finished/*/*.wav" \
|
| 190 |
+
--label_plan 2-voicemail \
|
| 191 |
+
--config_file "yaml/conv2d-classifier-2-ch32.yaml"
|
| 192 |
+
|
| 193 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-ja-JP-2-ch32 \
|
| 194 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/ja-JP/wav_finished/*/*.wav" \
|
| 195 |
+
--label_plan 2-voicemail \
|
| 196 |
+
--config_file "yaml/conv2d-classifier-2-ch32.yaml"
|
| 197 |
+
|
| 198 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-ko-kr-2-ch32 \
|
| 199 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/ko-KR/wav_finished/*/*.wav" \
|
| 200 |
+
--label_plan 2-voicemail \
|
| 201 |
+
--config_file "yaml/conv2d-classifier-2-ch32.yaml"
|
| 202 |
+
|
| 203 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-ms-my-2-ch32 \
|
| 204 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/ms-MY/wav_finished/*/*.wav" \
|
| 205 |
+
--label_plan 2-voicemail \
|
| 206 |
+
--config_file "yaml/conv2d-classifier-2-ch32.yaml"
|
| 207 |
+
|
| 208 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-pt-br-2-ch32 \
|
| 209 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/pt-BR/wav_finished/*/*.wav" \
|
| 210 |
+
--label_plan 2-voicemail \
|
| 211 |
+
--config_file "yaml/conv2d-classifier-2-ch32.yaml"
|
| 212 |
+
|
| 213 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-th-th-2-ch32 \
|
| 214 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/th-TH/wav_finished/*/*.wav" \
|
| 215 |
+
--label_plan 2-voicemail \
|
| 216 |
+
--config_file "yaml/conv2d-classifier-2-ch32.yaml"
|
| 217 |
+
|
| 218 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-zh-tw-2-ch32 \
|
| 219 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/zh-TW/wav_finished/*/*.wav" \
|
| 220 |
+
--label_plan 2-voicemail \
|
| 221 |
+
--config_file "yaml/conv2d-classifier-2-ch32.yaml"
|