from local

This commit is contained in:
dohe0342 2022-12-12 12:17:13 +09:00
parent 872738a6a3
commit bce5fbf265
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=250.0,
default=200.0,
help="Maximum pooled recordings duration (seconds) in a "
"single batch. You can reduce it if it causes CUDA OOM.",
)