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( group.add_argument(
"--num-workers", "--num-workers",
type=int, type=int,
default=2, default=8,
help="The number of training dataloader workers that " help="The number of training dataloader workers that "
"collect the batches.", "collect the batches.",
) )