Adel-Moumen commited on
Commit
bc257e2
1 Parent(s): de4e9f0

Update hyperparams_develop.yaml

Browse files
Files changed (1) hide show
  1. 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.S2STransformerBeamSearch
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>