mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 01:52:41 +00:00
Use much more aggressive SpecAug setup
This commit is contained in:
parent
beaf5bfbab
commit
bd36216e8c
@ -220,7 +220,7 @@ class LibriSpeechAsrDataModule:
|
|||||||
time_warp_factor=self.args.spec_aug_time_warp_factor,
|
time_warp_factor=self.args.spec_aug_time_warp_factor,
|
||||||
num_frame_masks=10,
|
num_frame_masks=10,
|
||||||
features_mask_size=27,
|
features_mask_size=27,
|
||||||
num_feature_masks=2,
|
num_feature_masks=10,
|
||||||
frames_mask_size=100,
|
frames_mask_size=100,
|
||||||
max_frames_mask_fraction=0.4,
|
max_frames_mask_fraction=0.4,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user