Update hyperparams_develop.yaml
Browse files- hyperparams_develop.yaml +1 -1
hyperparams_develop.yaml
CHANGED
|
@@ -88,7 +88,7 @@ scorer: !new:speechbrain.decoders.scorer.ScorerBuilder
|
|
| 88 |
ctc: !ref <ctc_weight_decode>
|
| 89 |
|
| 90 |
|
| 91 |
-
decoder: !new:speechbrain.decoders.
|
| 92 |
modules: [!ref <Transformer>, !ref <seq_lin>]
|
| 93 |
bos_index: !ref <bos_index>
|
| 94 |
eos_index: !ref <eos_index>
|
|
|
|
| 88 |
ctc: !ref <ctc_weight_decode>
|
| 89 |
|
| 90 |
|
| 91 |
+
decoder: !new:speechbrain.decoders.S2STransformerBeamSearcher
|
| 92 |
modules: [!ref <Transformer>, !ref <seq_lin>]
|
| 93 |
bos_index: !ref <bos_index>
|
| 94 |
eos_index: !ref <eos_index>
|