Update hyperparams.yaml
Browse files- hyperparams.yaml +0 -1
hyperparams.yaml
CHANGED
@@ -34,7 +34,6 @@ classifier: !new:speechbrain.lobes.models.ECAPA_TDNN.Classifier
|
|
34 |
mean_var_norm_emb: !new:speechbrain.processing.features.InputNormalization
|
35 |
norm_type: global
|
36 |
std_norm: False
|
37 |
-
update_until_epoch: -1 # Freeze the normalization
|
38 |
|
39 |
modules:
|
40 |
compute_features: !ref <compute_features>
|
|
|
34 |
mean_var_norm_emb: !new:speechbrain.processing.features.InputNormalization
|
35 |
norm_type: global
|
36 |
std_norm: False
|
|
|
37 |
|
38 |
modules:
|
39 |
compute_features: !ref <compute_features>
|