Adel-Moumen commited on
Commit
cfaa032
1 Parent(s): 4a3b316

Update hyperparams.yaml

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