mirco commited on
Commit
7624bbf
1 Parent(s): 92ad335

add classifier in modules

Browse files
Files changed (1) hide show
  1. hyperparams.yaml +1 -0
hyperparams.yaml CHANGED
@@ -40,6 +40,7 @@ modules:
40
  mean_var_norm: !ref <mean_var_norm>
41
  embedding_model: !ref <embedding_model>
42
  mean_var_norm_emb: !ref <mean_var_norm_emb>
 
43
 
44
  label_encoder: !new:speechbrain.dataio.encoder.CategoricalEncoder
45
 
 
40
  mean_var_norm: !ref <mean_var_norm>
41
  embedding_model: !ref <embedding_model>
42
  mean_var_norm_emb: !ref <mean_var_norm_emb>
43
+ classifier: !ref <classifier>
44
 
45
  label_encoder: !new:speechbrain.dataio.encoder.CategoricalEncoder
46