from local

This commit is contained in:
dohe0342 2022-12-10 15:53:38 +09:00
parent c59baadca0
commit 8dc2eb794e
2 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class LibriSpeechAsrDataModule:
group.add_argument(
"--full-libri",
type=str2bool,
default=True,
default=False,
help="When enabled, use 960h LibriSpeech. Otherwise, use 100h subset.",
)
group.add_argument(