sdelangen commited on
Commit
c71d794
1 Parent(s): a64a2d3

Update hyperparams.yaml

Browse files
Files changed (1) hide show
  1. hyperparams.yaml +1 -2
hyperparams.yaml CHANGED
@@ -173,7 +173,7 @@ make_tokenizer_streaming_context: !name:speechbrain.tokenizers.SentencePiece.Sen
173
  tokenizer_decode_streaming: !name:speechbrain.tokenizers.SentencePiece.spm_decode_preserve_leading_space
174
 
175
  fea_streaming_extractor: !new:speechbrain.lobes.features.StreamingFeatureWrapper
176
- module: !new:speechbrain.lobes.models.convolution.ConformerFeatureExtractorWrapper
177
  - !ref <compute_features>
178
  - !ref <normalize>
179
  - !ref <CNN>
@@ -182,4 +182,3 @@ fea_streaming_extractor: !new:speechbrain.lobes.features.StreamingFeatureWrapper
182
  # somewhat, but does not appear to result in noticeable degradation.
183
  properties: !!python/object/apply:speechbrain.utils.filter_analysis.stack_filter_properties
184
  - [!ref <compute_features>, !ref <CNN>]
185
-
 
173
  tokenizer_decode_streaming: !name:speechbrain.tokenizers.SentencePiece.spm_decode_preserve_leading_space
174
 
175
  fea_streaming_extractor: !new:speechbrain.lobes.features.StreamingFeatureWrapper
176
+ module: !new:speechbrain.nnet.containers.LengthsCapableSequential
177
  - !ref <compute_features>
178
  - !ref <normalize>
179
  - !ref <CNN>
 
182
  # somewhat, but does not appear to result in noticeable degradation.
183
  properties: !!python/object/apply:speechbrain.utils.filter_analysis.stack_filter_properties
184
  - [!ref <compute_features>, !ref <CNN>]