mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-10 18:42:19 +00:00
Change p=0.9 to p=0.8 in SpecAug
This commit is contained in:
parent
8aa50df4f0
commit
c170c53006
@ -223,7 +223,7 @@ class LibriSpeechAsrDataModule:
|
|||||||
num_feature_masks=2,
|
num_feature_masks=2,
|
||||||
frames_mask_size=100,
|
frames_mask_size=100,
|
||||||
max_frames_mask_fraction=0.2,
|
max_frames_mask_fraction=0.2,
|
||||||
p=0.9
|
p=0.8
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
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-specaugmod_p0.9_0.2",
|
default="transducer_stateless/exp-100h-relu-specaugmod_p0.8_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