File tree Expand file tree Collapse file tree 3 files changed +10
-241
lines changed Expand file tree Collapse file tree 3 files changed +10
-241
lines changed Original file line number Diff line number Diff 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
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments