underdogliu1005
commited on
Commit
•
49200c8
1
Parent(s):
884f0d1
Update hyperparams.yaml
Browse files- hyperparams.yaml +2 -0
hyperparams.yaml
CHANGED
@@ -50,5 +50,7 @@ pretrainer: !new:speechbrain.utils.parameter_transfer.Pretrainer
|
|
50 |
classifier: !ref <classifier>
|
51 |
paths:
|
52 |
embedding_model: !ref <pretrained_path>/embedding_model.ckpt
|
|
|
53 |
classifier: !ref <pretrained_path>/classifier.ckpt
|
|
|
54 |
|
|
|
50 |
classifier: !ref <classifier>
|
51 |
paths:
|
52 |
embedding_model: !ref <pretrained_path>/embedding_model.ckpt
|
53 |
+
mean_var_norm_emb: !ref <pretrained_path>/mean_var_norm_emb.ckpt
|
54 |
classifier: !ref <pretrained_path>/classifier.ckpt
|
55 |
+
label_encoder: !ref <pretrained_path>/label_encoder.txt
|
56 |
|