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