brianyan918
commited on
Commit
•
a9a1e37
1
Parent(s):
f2cce15
yaml format
Browse files
exp/asr_train_asr_conformer_raw_bpe_batch_bins30000000_accum_grad3_optim_conflr0.001_sp/config.yaml
CHANGED
@@ -32,9 +32,9 @@ early_stopping_criterion:
|
|
32 |
- loss
|
33 |
- min
|
34 |
best_model_criterion:
|
35 |
-
-
|
36 |
-
|
37 |
-
|
38 |
keep_nbest_models: 10
|
39 |
grad_clip: 5.0
|
40 |
grad_clip_type: 2.0
|
@@ -70,19 +70,19 @@ chunk_length: 500
|
|
70 |
chunk_shift_ratio: 0.5
|
71 |
num_cache_chunks: 1024
|
72 |
train_data_path_and_name_and_type:
|
73 |
-
-
|
74 |
-
|
75 |
-
|
76 |
-
-
|
77 |
-
|
78 |
-
|
79 |
valid_data_path_and_name_and_type:
|
80 |
-
-
|
81 |
-
|
82 |
-
|
83 |
-
-
|
84 |
-
|
85 |
-
|
86 |
allow_variable_data_keys: false
|
87 |
max_cache_size: 0.0
|
88 |
max_cache_fd: 32
|
|
|
32 |
- loss
|
33 |
- min
|
34 |
best_model_criterion:
|
35 |
+
- - valid
|
36 |
+
- acc
|
37 |
+
- max
|
38 |
keep_nbest_models: 10
|
39 |
grad_clip: 5.0
|
40 |
grad_clip_type: 2.0
|
|
|
70 |
chunk_shift_ratio: 0.5
|
71 |
num_cache_chunks: 1024
|
72 |
train_data_path_and_name_and_type:
|
73 |
+
- - dump/raw/train_960_sp/wav.scp
|
74 |
+
- speech
|
75 |
+
- sound
|
76 |
+
- - dump/raw/train_960_sp/text
|
77 |
+
- text
|
78 |
+
- text
|
79 |
valid_data_path_and_name_and_type:
|
80 |
+
- - dump/raw/dev/wav.scp
|
81 |
+
- speech
|
82 |
+
- sound
|
83 |
+
- - dump/raw/dev/text
|
84 |
+
- text
|
85 |
+
- text
|
86 |
allow_variable_data_keys: false
|
87 |
max_cache_size: 0.0
|
88 |
max_cache_fd: 32
|