minor adjustments

This commit is contained in:
jinzr 2023-12-01 02:04:11 +08:00
parent 8b9ab595c1
commit 002cda8f54

View File

@ -148,7 +148,7 @@ class VctkTtsDataModule:
group.add_argument(
"--num-workers",
type=int,
default=2,
default=8,
help="The number of training dataloader workers that "
"collect the batches.",
)