EvGUT commited on
Commit
7f7f525
·
1 Parent(s): 66fbb9e

Update hyperparams.yaml

Browse files
Files changed (1) hide show
  1. 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: 192
29
 
30
  classifier: !new:speechbrain.lobes.models.ECAPA_TDNN.Classifier
31
- input_size: 192
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