ddwkim commited on
Commit
442732a
·
verified ·
1 Parent(s): 7cffd8e

Update hyperparams.yaml

Browse files
Files changed (1) hide show
  1. hyperparams.yaml +1 -1
hyperparams.yaml CHANGED
@@ -168,7 +168,7 @@ decoding_function: !name:speechbrain.decoders.transducer.TransducerBeamSearcher.
168
  fea_streaming_extractor: !new:speechbrain.lobes.features.StreamingFeatureWrapper
169
  module: !new:speechbrain.nnet.containers.LengthsCapableSequential
170
  - !ref <compute_features>
171
- - !ref <normalize>
172
  - !ref <CNN>
173
  # don't consider normalization as part of the input filter chain.
174
  # normalization will operate at chunk level, which mismatches training
 
168
  fea_streaming_extractor: !new:speechbrain.lobes.features.StreamingFeatureWrapper
169
  module: !new:speechbrain.nnet.containers.LengthsCapableSequential
170
  - !ref <compute_features>
171
+ - !ref <normalizer>
172
  - !ref <CNN>
173
  # don't consider normalization as part of the input filter chain.
174
  # normalization will operate at chunk level, which mismatches training