Spaces:
Sleeping
Sleeping
update
Browse files- examples/sound_classification_by_cnn/run_batch_l5.sh +12 -12
- examples/sound_classification_by_cnn/yaml/conv2d-classifier-2-l5-ch16.yaml +1 -1
- examples/sound_classification_by_cnn/yaml/conv2d-classifier-2-l5-ch32.yaml +1 -1
- examples/sound_classification_by_cnn/yaml/conv2d-classifier-2-l5-ch4.yaml +1 -1
- examples/sound_classification_by_cnn/yaml/conv2d-classifier-2-l5-ch8.yaml +1 -1
- examples/sound_classification_by_cnn/yaml/conv2d-classifier-3-l5-ch16.yaml +1 -1
- examples/sound_classification_by_cnn/yaml/conv2d-classifier-3-l5-ch32.yaml +1 -1
- examples/sound_classification_by_cnn/yaml/conv2d-classifier-3-l5-ch4.yaml +1 -1
- examples/sound_classification_by_cnn/yaml/conv2d-classifier-3-l5-ch8.yaml +1 -1
- examples/sound_classification_by_cnn/yaml/conv2d-classifier-4-l5-ch16.yaml +1 -1
- examples/sound_classification_by_cnn/yaml/conv2d-classifier-4-l5-ch32.yaml +1 -1
- examples/sound_classification_by_cnn/yaml/conv2d-classifier-4-l5-ch4.yaml +1 -1
- examples/sound_classification_by_cnn/yaml/conv2d-classifier-4-l5-ch8.yaml +1 -1
- examples/sound_classification_by_cnn/yaml/conv2d-classifier-8-l5-ch16.yaml +1 -1
- examples/sound_classification_by_cnn/yaml/conv2d-classifier-8-l5-ch32.yaml +1 -1
- examples/sound_classification_by_cnn/yaml/conv2d-classifier-8-l5-ch4.yaml +1 -1
- examples/sound_classification_by_cnn/yaml/conv2d-classifier-8-l5-ch8.yaml +1 -1
examples/sound_classification_by_cnn/run_batch_l5.sh
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
#--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/*/wav_finished/*/*.wav" \
|
| 8 |
#--label_plan 2 \
|
| 9 |
#--config_file "yaml/conv2d-classifier-2-l5-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-l5-ch4-cnn \
|
| 13 |
#--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/*/wav_finished/*/*.wav" \
|
|
@@ -212,22 +212,22 @@ sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name fi
|
|
| 212 |
|
| 213 |
# voicemail ch8
|
| 214 |
|
| 215 |
-
|
| 216 |
-
|
| 217 |
-
|
| 218 |
-
|
| 219 |
-
|
| 220 |
|
| 221 |
|
| 222 |
|
| 223 |
# voicemail ch16
|
| 224 |
|
| 225 |
-
|
| 226 |
-
|
| 227 |
-
|
| 228 |
-
|
| 229 |
-
|
| 230 |
-
|
| 231 |
|
| 232 |
|
| 233 |
# voicemail ch32
|
|
|
|
| 7 |
#--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/*/wav_finished/*/*.wav" \
|
| 8 |
#--label_plan 2 \
|
| 9 |
#--config_file "yaml/conv2d-classifier-2-l5-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-l5-ch4-cnn \
|
| 13 |
#--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/*/wav_finished/*/*.wav" \
|
|
|
|
| 212 |
|
| 213 |
# voicemail ch8
|
| 214 |
|
| 215 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-es-mx-2-l5-ch8-cnn \
|
| 216 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/es-MX/wav_finished/*/*.wav" \
|
| 217 |
+
--label_plan 2-voicemail \
|
| 218 |
+
--config_file "yaml/conv2d-classifier-2-l5-ch8.yaml" \
|
| 219 |
+
--pretrained_model "/data/tianxing/PycharmProjects/cc_audio_8/trained_models/voicemail-2-ch8-cnn.zip"
|
| 220 |
|
| 221 |
|
| 222 |
|
| 223 |
# voicemail ch16
|
| 224 |
|
| 225 |
+
sh run.sh --stage 0 --stop_stage 6 --system_version centos --file_folder_name file_dir --final_model_name voicemail-es-mx-2-l5-ch16-cnn \
|
| 226 |
+
--filename_patterns "/data/tianxing/PycharmProjects/datasets/voicemail/es-MX/wav_finished/*/*.wav" \
|
| 227 |
+
--label_plan 2-voicemail \
|
| 228 |
+
--config_file "yaml/conv2d-classifier-2-l5-ch16.yaml" \
|
| 229 |
+
--pretrained_model "/data/tianxing/PycharmProjects/cc_audio_8/trained_models/voicemail-2-ch16-cnn.zip"
|
| 230 |
+
|
| 231 |
|
| 232 |
|
| 233 |
# voicemail ch32
|
examples/sound_classification_by_cnn/yaml/conv2d-classifier-2-l5-ch16.yaml
CHANGED
|
@@ -49,7 +49,7 @@ conv2d_block_param_list:
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
-
input_dim:
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
|
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
+
input_dim: 304
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
examples/sound_classification_by_cnn/yaml/conv2d-classifier-2-l5-ch32.yaml
CHANGED
|
@@ -49,7 +49,7 @@ conv2d_block_param_list:
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
-
input_dim:
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
|
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
+
input_dim: 608
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
examples/sound_classification_by_cnn/yaml/conv2d-classifier-2-l5-ch4.yaml
CHANGED
|
@@ -49,7 +49,7 @@ conv2d_block_param_list:
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
-
input_dim:
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
|
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
+
input_dim: 76
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
examples/sound_classification_by_cnn/yaml/conv2d-classifier-2-l5-ch8.yaml
CHANGED
|
@@ -49,7 +49,7 @@ conv2d_block_param_list:
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
-
input_dim:
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
|
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
+
input_dim: 152
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
examples/sound_classification_by_cnn/yaml/conv2d-classifier-3-l5-ch16.yaml
CHANGED
|
@@ -49,7 +49,7 @@ conv2d_block_param_list:
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
-
input_dim:
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
|
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
+
input_dim: 304
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
examples/sound_classification_by_cnn/yaml/conv2d-classifier-3-l5-ch32.yaml
CHANGED
|
@@ -49,7 +49,7 @@ conv2d_block_param_list:
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
-
input_dim:
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
|
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
+
input_dim: 608
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
examples/sound_classification_by_cnn/yaml/conv2d-classifier-3-l5-ch4.yaml
CHANGED
|
@@ -49,7 +49,7 @@ conv2d_block_param_list:
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
-
input_dim:
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
|
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
+
input_dim: 76
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
examples/sound_classification_by_cnn/yaml/conv2d-classifier-3-l5-ch8.yaml
CHANGED
|
@@ -49,7 +49,7 @@ conv2d_block_param_list:
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
-
input_dim:
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
|
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
+
input_dim: 152
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
examples/sound_classification_by_cnn/yaml/conv2d-classifier-4-l5-ch16.yaml
CHANGED
|
@@ -49,7 +49,7 @@ conv2d_block_param_list:
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
-
input_dim:
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
|
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
+
input_dim: 304
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
examples/sound_classification_by_cnn/yaml/conv2d-classifier-4-l5-ch32.yaml
CHANGED
|
@@ -49,7 +49,7 @@ conv2d_block_param_list:
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
-
input_dim:
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
|
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
+
input_dim: 608
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
examples/sound_classification_by_cnn/yaml/conv2d-classifier-4-l5-ch4.yaml
CHANGED
|
@@ -49,7 +49,7 @@ conv2d_block_param_list:
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
-
input_dim:
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
|
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
+
input_dim: 76
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
examples/sound_classification_by_cnn/yaml/conv2d-classifier-4-l5-ch8.yaml
CHANGED
|
@@ -49,7 +49,7 @@ conv2d_block_param_list:
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
-
input_dim:
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
|
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
+
input_dim: 152
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
examples/sound_classification_by_cnn/yaml/conv2d-classifier-8-l5-ch16.yaml
CHANGED
|
@@ -49,7 +49,7 @@ conv2d_block_param_list:
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
-
input_dim:
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
|
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
+
input_dim: 304
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
examples/sound_classification_by_cnn/yaml/conv2d-classifier-8-l5-ch32.yaml
CHANGED
|
@@ -49,7 +49,7 @@ conv2d_block_param_list:
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
-
input_dim:
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
|
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
+
input_dim: 608
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
examples/sound_classification_by_cnn/yaml/conv2d-classifier-8-l5-ch4.yaml
CHANGED
|
@@ -49,7 +49,7 @@ conv2d_block_param_list:
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
-
input_dim:
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
|
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
+
input_dim: 76
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
examples/sound_classification_by_cnn/yaml/conv2d-classifier-8-l5-ch8.yaml
CHANGED
|
@@ -49,7 +49,7 @@ conv2d_block_param_list:
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
-
input_dim:
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|
|
|
|
| 49 |
dropout: 0.1
|
| 50 |
|
| 51 |
cls_head_param:
|
| 52 |
+
input_dim: 152
|
| 53 |
num_layers: 2
|
| 54 |
hidden_dims:
|
| 55 |
- 128
|