Skip to content

Commit 6cba25e

Browse files
committed
fix: config
1 parent be4a782 commit 6cba25e

File tree

2 files changed

+1
-119
lines changed

2 files changed

+1
-119
lines changed

examples/models/ctc/conformer/small-gwn.yml.j2

Lines changed: 0 additions & 106 deletions
This file was deleted.

examples/models/ctc/conformer/small-streaming.yml.j2

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,7 @@ model_config:
99
nfft: 512
1010
num_feature_bins: 80
1111
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-
prob: 0.5
22-
num_masks: 1
23-
mask_factor: 27
24-
mask_value: 0
12+
augmentation_config: null
2513
encoder_subsampling:
2614
class_name: tensorflow_asr.models.layers.subsampling>Conv2dSubsampling
2715
config:

0 commit comments

Comments
 (0)