from local

This commit is contained in:
dohe0342 2022-12-10 15:54:00 +09:00
parent d43c1c60eb
commit bf06188136
2 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class LibriSpeechAsrDataModule:
group.add_argument(
"--enable-spec-aug",
type=str2bool,
default=True,
default=False,
help="When enabled, use SpecAugment for training dataset.",
)