mirror of
https://github.com/wassname/TTS.git
synced 2026-09-10 11:50:20 +08:00
make num_workers mandatory config field
This commit is contained in:
@@ -248,8 +248,8 @@ class BaseTrainingConfig(Coqpit):
|
||||
keep_all_best: bool = False
|
||||
keep_after: int = 10000
|
||||
# dataloading
|
||||
num_loader_workers: int = None
|
||||
num_val_loader_workers: int = None
|
||||
num_loader_workers: int = MISSING
|
||||
num_val_loader_workers: int = 0
|
||||
use_noise_augment: bool = False
|
||||
# paths
|
||||
output_path: str = None
|
||||
|
||||
Reference in New Issue
Block a user