Adel-Moumen commited on
Commit
56c7c0e
1 Parent(s): 2857446

Update hyperparams.yaml

Browse files
Files changed (1) hide show
  1. hyperparams.yaml +2 -7
hyperparams.yaml CHANGED
@@ -81,9 +81,6 @@ ctc_scorer: !new:speechbrain.decoders.scorer.CTCScorer
81
  eos_index: !ref <eos_index>
82
  blank_index: !ref <blank_index>
83
  ctc_fc: !ref <ctc_lin>
84
-
85
- coverage_scorer: !new:speechbrain.decoders.scorer.CoverageScorer
86
- vocab_size: !ref <output_neurons>
87
 
88
  rnnlm_scorer: !new:speechbrain.decoders.scorer.TransformerLMScorer
89
  language_model: !ref <lm_model>
@@ -91,14 +88,12 @@ rnnlm_scorer: !new:speechbrain.decoders.scorer.TransformerLMScorer
91
 
92
  scorer: !new:speechbrain.decoders.scorer.ScorerBuilder
93
  full_scorers: [!ref <rnnlm_scorer>,
94
- !ref <ctc_scorer>,
95
- !ref <coverage_scorer>]
96
  weights:
97
  rnnlm: !ref <lm_weight>
98
  ctc: !ref <ctc_weight_decode>
99
- coverage: !ref <coverage_penalty>
100
 
101
- decoder: !new:speechbrain.decoders.S2STransformerBeamSearch
102
  modules: [!ref <Transformer>, !ref <seq_lin>]
103
  bos_index: !ref <bos_index>
104
  eos_index: !ref <eos_index>
 
81
  eos_index: !ref <eos_index>
82
  blank_index: !ref <blank_index>
83
  ctc_fc: !ref <ctc_lin>
 
 
 
84
 
85
  rnnlm_scorer: !new:speechbrain.decoders.scorer.TransformerLMScorer
86
  language_model: !ref <lm_model>
 
88
 
89
  scorer: !new:speechbrain.decoders.scorer.ScorerBuilder
90
  full_scorers: [!ref <rnnlm_scorer>,
91
+ !ref <ctc_scorer>]
 
92
  weights:
93
  rnnlm: !ref <lm_weight>
94
  ctc: !ref <ctc_weight_decode>
 
95
 
96
+ decoder: !new:speechbrain.decoders.S2STransformerBeamSearcher
97
  modules: [!ref <Transformer>, !ref <seq_lin>]
98
  bos_index: !ref <bos_index>
99
  eos_index: !ref <eos_index>