Update hyperparams.yaml
Browse files- hyperparams.yaml +1 -1
hyperparams.yaml
CHANGED
@@ -23,7 +23,7 @@ mean_var_norm: !new:speechbrain.processing.features.InputNormalization
|
|
23 |
embedding_model: !new:speechbrain.lobes.models.ECAPA_TDNN.ECAPA_TDNN
|
24 |
input_size: !ref <n_mels>
|
25 |
channels: [1024, 1024, 1024, 1024, 3072]
|
26 |
-
kernel_sizes: [5, 3, 3,
|
27 |
dilations: [1, 2, 3, 4, 1]
|
28 |
attention_channels: 128
|
29 |
lin_neurons: 192
|
|
|
23 |
embedding_model: !new:speechbrain.lobes.models.ECAPA_TDNN.ECAPA_TDNN
|
24 |
input_size: !ref <n_mels>
|
25 |
channels: [1024, 1024, 1024, 1024, 3072]
|
26 |
+
kernel_sizes: [5, 3, 3, 3, 1]
|
27 |
dilations: [1, 2, 3, 4, 1]
|
28 |
attention_channels: 128
|
29 |
lin_neurons: 192
|