Commit
·
d9a27c7
1
Parent(s):
a670eb0
Update hyperparams.yaml
Browse files- hyperparams.yaml +1 -0
hyperparams.yaml
CHANGED
@@ -37,6 +37,7 @@ classifier: !new:speechbrain.lobes.models.ECAPA_TDNN.Classifier
|
|
37 |
|
38 |
modules:
|
39 |
compute_features: !ref <compute_features>
|
|
|
40 |
embedding_model: !ref <embedding_model>
|
41 |
classifier: !ref <classifier>
|
42 |
|
|
|
37 |
|
38 |
modules:
|
39 |
compute_features: !ref <compute_features>
|
40 |
+
mean_var_norm: !ref <mean_var_norm>
|
41 |
embedding_model: !ref <embedding_model>
|
42 |
classifier: !ref <classifier>
|
43 |
|