speechbrainteam
commited on
Commit
•
1588f3e
1
Parent(s):
e5eaeff
Update hyperparams.yaml
Browse files- hyperparams.yaml +1 -0
hyperparams.yaml
CHANGED
@@ -144,6 +144,7 @@ decoder: !new:speechbrain.decoders.S2SRNNBeamSearchLM
|
|
144 |
|
145 |
|
146 |
modules:
|
|
|
147 |
encoder: !ref <encoder>
|
148 |
decoder: !ref <decoder>
|
149 |
lm_model: !ref <lm_model>
|
|
|
144 |
|
145 |
|
146 |
modules:
|
147 |
+
normalizer: !ref <normalizer>
|
148 |
encoder: !ref <encoder>
|
149 |
decoder: !ref <decoder>
|
150 |
lm_model: !ref <lm_model>
|