rosyvs commited on
Commit
601a971
1 Parent(s): 97b7d39

add save_path direclty to yaml same as sb example

Browse files
Files changed (1) hide show
  1. infer_hf_whisper.yaml +1 -1
infer_hf_whisper.yaml CHANGED
@@ -27,7 +27,7 @@ test_beam_size: 5 # TODO: this was 8, changing to 5 as this is the default used
27
 
28
  whisper: !new:speechbrain.lobes.models.huggingface_whisper.HuggingFaceWhisper
29
  encoder_only: !ref <only_encoder>
30
- save_path: !ref <model_save>
31
  freeze: True
32
  freeze_encoder: True
33
  source: !ref <model_src>
 
27
 
28
  whisper: !new:speechbrain.lobes.models.huggingface_whisper.HuggingFaceWhisper
29
  encoder_only: !ref <only_encoder>
30
+ save_path: whisper_checkpoints
31
  freeze: True
32
  freeze_encoder: True
33
  source: !ref <model_src>