GaelleLaperriere commited on
Commit
c01bb25
1 Parent(s): 3d717aa

Update hyperparams.yaml

Browse files
Files changed (1) hide show
  1. hyperparams.yaml +1 -1
hyperparams.yaml CHANGED
@@ -27,7 +27,7 @@ wav2vec2: !new:speechbrain.lobes.models.huggingface_wav2vec.HuggingFaceWav2Vec2
27
  source: !ref <wav2vec_url>
28
  output_norm: True
29
  freeze: Freeze
30
- save_path: !ref <save_folder>/wav2vec2_checkpoint
31
 
32
  enc: !new:speechbrain.lobes.models.VanillaNN.VanillaNN
33
  input_shape: [null, null, !ref <feats_dim>]
 
27
  source: !ref <wav2vec_url>
28
  output_norm: True
29
  freeze: Freeze
30
+ save_path: wav2vec2_checkpoint
31
 
32
  enc: !new:speechbrain.lobes.models.VanillaNN.VanillaNN
33
  input_shape: [null, null, !ref <feats_dim>]