Update hyperparams.yaml
Browse files- 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.
|
| 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>]
|
|
|