from local

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

View File

@ -97,7 +97,7 @@ class LibriSpeechAsrDataModule:
group.add_argument(
"--max-duration",
type=int,
default=200.0,
default=250.0,
help="Maximum pooled recordings duration (seconds) in a "
"single batch. You can reduce it if it causes CUDA OOM.",
)