Skip to content

Commit 7606d94

Browse files
committed
fix: configs
1 parent 096170a commit 7606d94

File tree

3 files changed

+10
-241
lines changed

3 files changed

+10
-241
lines changed

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,25 @@ model_config:
1414
augmentation_config:
1515
feature_augment:
1616
time_masking:
17-
prob: 0.5
17+
prob: 1.0
1818
num_masks: 5
1919
mask_factor: -1 # whole utterance
2020
p_upperbound: 0.05
2121
mask_value: 0
2222
freq_masking:
23-
prob: 0.5
23+
prob: 1.0
2424
num_masks: 1
2525
mask_factor: 27
2626
mask_value: 0
2727
encoder_subsampling:
28-
type: conv2d
29-
filters: [176, 176]
30-
kernels: [3, 3]
31-
strides: [2, 2]
32-
paddings: ["causal", "causal"]
33-
norms: ["batch", "batch"]
34-
activations: ["swish", "swish"]
28+
class_name: tensorflow_asr.models.layers.subsampling>Conv2dSubsampling
29+
config:
30+
filters: [176, 176]
31+
kernels: [3, 3]
32+
strides: [2, 2]
33+
paddings: ["causal", "causal"]
34+
norms: ["batch", "batch"]
35+
activations: ["swish", "swish"]
3536
encoder_ffm_residual_factor: 0.5
3637
encoder_mhsam_residual_factor: 1.0
3738
encoder_convm_residual_factor: 1.0

examples/models/ctc/conformer/tiny.yml.j2

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

examples/models/transducer/conformer/tiny.yml.j2

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

0 commit comments

Comments
 (0)