Update hyperparams
Browse files- hyperparams.yaml +8 -3
hyperparams.yaml
CHANGED
|
@@ -11,8 +11,8 @@ beam_size: 20
|
|
| 11 |
nbest: 1
|
| 12 |
# by default {state,expand}_beam = 2.3 as mention in paper
|
| 13 |
# https://arxiv.org/abs/1904.02619
|
| 14 |
-
state_beam: 2.
|
| 15 |
-
expand_beam: 2.
|
| 16 |
lm_weight: 0.1
|
| 17 |
|
| 18 |
sample_rate: 16000
|
|
@@ -113,7 +113,12 @@ decoder: !new:speechbrain.decoders.transducer.TransducerBeamSearcher
|
|
| 113 |
tjoint: !ref <Tjoint>
|
| 114 |
classifier_network: !new:torch.nn.ModuleList
|
| 115 |
- [!ref <transducer_lin>]
|
| 116 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 117 |
|
| 118 |
lm_model: !new:speechbrain.lobes.models.RNNLM.RNNLM
|
| 119 |
output_neurons: !ref <output_neurons>
|
|
|
|
| 11 |
nbest: 1
|
| 12 |
# by default {state,expand}_beam = 2.3 as mention in paper
|
| 13 |
# https://arxiv.org/abs/1904.02619
|
| 14 |
+
state_beam: 2.5
|
| 15 |
+
expand_beam: 2.5
|
| 16 |
lm_weight: 0.1
|
| 17 |
|
| 18 |
sample_rate: 16000
|
|
|
|
| 113 |
tjoint: !ref <Tjoint>
|
| 114 |
classifier_network: !new:torch.nn.ModuleList
|
| 115 |
- [!ref <transducer_lin>]
|
| 116 |
+
beam_size: !ref <beam_size>
|
| 117 |
+
nbest: !ref <nbest>
|
| 118 |
+
lm_module: !ref <lm_model>
|
| 119 |
+
lm_weight: !ref <lm_weight>
|
| 120 |
+
state_beam: !ref <state_beam>
|
| 121 |
+
expand_beam: !ref <expand_beam>
|
| 122 |
|
| 123 |
lm_model: !new:speechbrain.lobes.models.RNNLM.RNNLM
|
| 124 |
output_neurons: !ref <output_neurons>
|