We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4a782 commit 6cba25eCopy full SHA for 6cba25e
examples/models/ctc/conformer/small-gwn.yml.j2
examples/models/ctc/conformer/small-streaming.yml.j2
@@ -9,19 +9,7 @@ model_config:
9
nfft: 512
10
num_feature_bins: 80
11
feature_type: log_mel_spectrogram
12
- augmentation_config:
13
- feature_augment:
14
- time_masking:
15
- prob: 0.5
16
- num_masks: 5
17
- mask_factor: -1 # whole utterance
18
- p_upperbound: 0.05
19
- mask_value: 0
20
- freq_masking:
21
22
- num_masks: 1
23
- mask_factor: 27
24
+ augmentation_config: null
25
encoder_subsampling:
26
class_name: tensorflow_asr.models.layers.subsampling>Conv2dSubsampling
27
config:
0 commit comments