Update hyperparams.yaml
Browse files- hyperparams.yaml +7 -0
hyperparams.yaml
CHANGED
@@ -149,6 +149,13 @@ checkpointer: !new:speechbrain.utils.checkpoints.Checkpointer
|
|
149 |
scheduler_whisper: !ref <lr_annealing_whisper>
|
150 |
counter: !ref <epoch_counter>
|
151 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
152 |
train_logger: !new:speechbrain.utils.train_logger.FileTrainLogger
|
153 |
save_file: !ref <train_log>
|
154 |
|
|
|
149 |
scheduler_whisper: !ref <lr_annealing_whisper>
|
150 |
counter: !ref <epoch_counter>
|
151 |
|
152 |
+
pretrainer: !new:speechbrain.utils.parameter_transfer.Pretrainer
|
153 |
+
loadables:
|
154 |
+
whisper: !ref <whisper>
|
155 |
+
paths:
|
156 |
+
whisper: !ref <pretrained_path>/model.ckpt
|
157 |
+
|
158 |
+
|
159 |
train_logger: !new:speechbrain.utils.train_logger.FileTrainLogger
|
160 |
save_file: !ref <train_log>
|
161 |
|