underdogliu1005 commited on
Commit
c20cf99
1 Parent(s): 5ef5858

Update hyperparams.yaml

Browse files
Files changed (1) hide show
  1. hyperparams.yaml +5 -0
hyperparams.yaml CHANGED
@@ -30,10 +30,15 @@ classifier: !new:speechbrain.lobes.models.ResNet.Classifier
30
  input_size: 256
31
  out_neurons: !ref <out_n_neurons>
32
 
 
 
 
 
33
  modules:
34
  compute_features: !ref <compute_features>
35
  mean_var_norm: !ref <mean_var_norm>
36
  embedding_model: !ref <embedding_model>
 
37
  classifier: !ref <classifier>
38
 
39
  label_encoder: !new:speechbrain.dataio.encoder.CategoricalEncoder
 
30
  input_size: 256
31
  out_neurons: !ref <out_n_neurons>
32
 
33
+ mean_var_norm_emb: !new:speechbrain.processing.features.InputNormalization
34
+ norm_type: global
35
+ std_norm: False
36
+
37
  modules:
38
  compute_features: !ref <compute_features>
39
  mean_var_norm: !ref <mean_var_norm>
40
  embedding_model: !ref <embedding_model>
41
+ mean_var_norm_emb: !ref <mean_var_norm_emb>
42
  classifier: !ref <classifier>
43
 
44
  label_encoder: !new:speechbrain.dataio.encoder.CategoricalEncoder