Update hyperparams.yaml
Browse files- hyperparams.yaml +1 -1
hyperparams.yaml
CHANGED
@@ -30,7 +30,7 @@ compute_features: !new:speechbrain.lobes.features.Fbank
|
|
30 |
win_length: !ref <win_length>
|
31 |
|
32 |
normalizer: !new:speechbrain.processing.features.InputNormalization
|
33 |
-
norm_type:
|
34 |
update_until_epoch: 0
|
35 |
|
36 |
############################## Models ################################
|
|
|
30 |
win_length: !ref <win_length>
|
31 |
|
32 |
normalizer: !new:speechbrain.processing.features.InputNormalization
|
33 |
+
norm_type: sentence
|
34 |
update_until_epoch: 0
|
35 |
|
36 |
############################## Models ################################
|