Update hyperparams.yaml
Browse files- hyperparams.yaml +2 -2
hyperparams.yaml
CHANGED
|
@@ -25,10 +25,10 @@ embedding_model: !new:speechbrain.lobes.models.ECAPA_TDNN.ECAPA_TDNN
|
|
| 25 |
kernel_sizes: [5, 3, 3, 3, 1]
|
| 26 |
dilations: [1, 2, 3, 4, 1]
|
| 27 |
attention_channels: 128
|
| 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 |
mean_var_norm_emb: !new:speechbrain.processing.features.InputNormalization
|
|
|
|
| 25 |
kernel_sizes: [5, 3, 3, 3, 1]
|
| 26 |
dilations: [1, 2, 3, 4, 1]
|
| 27 |
attention_channels: 128
|
| 28 |
+
lin_neurons: 512
|
| 29 |
|
| 30 |
classifier: !new:speechbrain.lobes.models.ECAPA_TDNN.Classifier
|
| 31 |
+
input_size: 512
|
| 32 |
out_neurons: !ref <out_n_neurons>
|
| 33 |
|
| 34 |
mean_var_norm_emb: !new:speechbrain.processing.features.InputNormalization
|