Update hyperparams.yaml
Browse files- hyperparams.yaml +5 -5
hyperparams.yaml
CHANGED
@@ -21,14 +21,14 @@ mean_var_norm: !new:speechbrain.processing.features.InputNormalization
|
|
21 |
|
22 |
embedding_model: !new:speechbrain.lobes.models.ECAPA_TDNN.ECAPA_TDNN
|
23 |
input_size: !ref <n_mels>
|
24 |
-
channels: [
|
25 |
kernel_sizes: [5, 3, 3, 3, 1]
|
26 |
dilations: [1, 2, 3, 4, 1]
|
27 |
-
attention_channels:
|
28 |
-
lin_neurons:
|
29 |
-
|
30 |
classifier: !new:speechbrain.lobes.models.ECAPA_TDNN.Classifier
|
31 |
-
input_size:
|
32 |
out_neurons: !ref <out_n_neurons>
|
33 |
|
34 |
modules:
|
|
|
21 |
|
22 |
embedding_model: !new:speechbrain.lobes.models.ECAPA_TDNN.ECAPA_TDNN
|
23 |
input_size: !ref <n_mels>
|
24 |
+
channels: [8, 8, 8, 8, 24]
|
25 |
kernel_sizes: [5, 3, 3, 3, 1]
|
26 |
dilations: [1, 2, 3, 4, 1]
|
27 |
+
attention_channels: 2
|
28 |
+
lin_neurons: 2
|
29 |
+
|
30 |
classifier: !new:speechbrain.lobes.models.ECAPA_TDNN.Classifier
|
31 |
+
input_size: 2
|
32 |
out_neurons: !ref <out_n_neurons>
|
33 |
|
34 |
modules:
|