Commit
·
a22900d
1
Parent(s):
0215722
Update hyperparams.yaml
Browse files- hyperparams.yaml +1 -1
hyperparams.yaml
CHANGED
@@ -81,7 +81,7 @@ decoder: !new:speechbrain.decoders.S2STransformerBeamSearch
|
|
81 |
blank_index: !ref <blank_index>
|
82 |
min_decode_ratio: !ref <min_decode_ratio>
|
83 |
max_decode_ratio: !ref <max_decode_ratio>
|
84 |
-
beam_size: !ref <
|
85 |
ctc_weight: !ref <ctc_weight_decode>
|
86 |
lm_weight: !ref <lm_weight>
|
87 |
lm_modules: !ref <lm_model>
|
|
|
81 |
blank_index: !ref <blank_index>
|
82 |
min_decode_ratio: !ref <min_decode_ratio>
|
83 |
max_decode_ratio: !ref <max_decode_ratio>
|
84 |
+
beam_size: !ref <beam_size>
|
85 |
ctc_weight: !ref <ctc_weight_decode>
|
86 |
lm_weight: !ref <lm_weight>
|
87 |
lm_modules: !ref <lm_model>
|