mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 01:52:41 +00:00
Change p=0.5->0.9, mask_fraction 0.3->0.2
This commit is contained in:
parent
dd19a6a2b1
commit
8aa50df4f0
@ -222,7 +222,8 @@ class LibriSpeechAsrDataModule:
|
|||||||
features_mask_size=27,
|
features_mask_size=27,
|
||||||
num_feature_masks=2,
|
num_feature_masks=2,
|
||||||
frames_mask_size=100,
|
frames_mask_size=100,
|
||||||
max_frames_mask_fraction=0.3,
|
max_frames_mask_fraction=0.2,
|
||||||
|
p=0.9
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
@ -109,7 +109,7 @@ def get_parser():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--exp-dir",
|
"--exp-dir",
|
||||||
type=str,
|
type=str,
|
||||||
default="transducer_stateless/exp-100h-relu-specaug",
|
default="transducer_stateless/exp-100h-relu-specaugmod_p0.9_0.2",
|
||||||
help="""The experiment dir.
|
help="""The experiment dir.
|
||||||
It specifies the directory where all training related
|
It specifies the directory where all training related
|
||||||
files, e.g., checkpoints, log, etc, are saved
|
files, e.g., checkpoints, log, etc, are saved
|
||||||
|
Loading…
x
Reference in New Issue
Block a user