mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 09:32:20 +00:00
Change max_frames from 0.2 to 0.15
This commit is contained in:
parent
4cd2c02fff
commit
d187ad8b73
@ -222,7 +222,7 @@ class LibriSpeechAsrDataModule:
|
||||
features_mask_size=27,
|
||||
num_feature_masks=2,
|
||||
frames_mask_size=100,
|
||||
max_frames_mask_fraction=0.2,
|
||||
max_frames_mask_fraction=0.15,
|
||||
p=0.9
|
||||
)
|
||||
)
|
||||
|
@ -109,7 +109,7 @@ def get_parser():
|
||||
parser.add_argument(
|
||||
"--exp-dir",
|
||||
type=str,
|
||||
default="transducer_stateless/exp-100h-relu-specaugmod_p0.9_0.2_fix",
|
||||
default="transducer_stateless/exp-100h-relu-specaugmod_p0.9_0.15_fix",
|
||||
help="""The experiment dir.
|
||||
It specifies the directory where all training related
|
||||
files, e.g., checkpoints, log, etc, are saved
|
||||
|
Loading…
x
Reference in New Issue
Block a user