speechbrainteam commited on
Commit
3e1cd7a
1 Parent(s): 7b751d0

Update hyperparams.yaml

Browse files
Files changed (1) hide show
  1. hyperparams.yaml +1 -1
hyperparams.yaml CHANGED
@@ -94,7 +94,6 @@ log_softmax: !new:torch.nn.LogSoftmax
94
 
95
  normalize: !new:speechbrain.processing.features.InputNormalization
96
  norm_type: global
97
- update_until_epoch: 4
98
 
99
  compute_features: !new:speechbrain.lobes.features.Fbank
100
  sample_rate: !ref <sample_rate>
@@ -146,6 +145,7 @@ modules:
146
  # are declared in the yaml.
147
  pretrainer: !new:speechbrain.utils.parameter_transfer.Pretrainer
148
  loadables:
 
149
  asr: !ref <asr_model>
150
  lm: !ref <lm_model>
151
  tokenizer: !ref <tokenizer>
94
 
95
  normalize: !new:speechbrain.processing.features.InputNormalization
96
  norm_type: global
 
97
 
98
  compute_features: !new:speechbrain.lobes.features.Fbank
99
  sample_rate: !ref <sample_rate>
145
  # are declared in the yaml.
146
  pretrainer: !new:speechbrain.utils.parameter_transfer.Pretrainer
147
  loadables:
148
+ normalize: !ref <normalize>
149
  asr: !ref <asr_model>
150
  lm: !ref <lm_model>
151
  tokenizer: !ref <tokenizer>