speechbrainteam commited on
Commit
0bd9e50
1 Parent(s): 7c33c04

Update hyperparams.yaml

Browse files
Files changed (1) hide show
  1. hyperparams.yaml +1 -0
hyperparams.yaml CHANGED
@@ -169,6 +169,7 @@ decoder: !new:speechbrain.decoders.S2SRNNBeamSearchTransformerLM
169
  temperature_lm: !ref <temperature_lm>
170
 
171
  modules:
 
172
  encoder: !ref <encoder>
173
  decoder: !ref <decoder>
174
  lm_model: !ref <lm_model>
169
  temperature_lm: !ref <temperature_lm>
170
 
171
  modules:
172
+ normalizer: !ref <normalizer>
173
  encoder: !ref <encoder>
174
  decoder: !ref <decoder>
175
  lm_model: !ref <lm_model>