from local

This commit is contained in:
dohe0342 2023-01-29 21:20:31 +09:00
parent d184448e70
commit e34182012d
2 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ def compute_fbank_LJSpeech(bpe_model: Optional[str] = None, args: Optional = Non
directory = data_dir directory = data_dir
#parts = ['train', 'dev', 'test'] #parts = ['train', 'dev', 'test']
parts = ['4446'] parts = [args.spk_id]
prefix = "vox" prefix = "vox"
suffix = "jsonl.gz" suffix = "jsonl.gz"
manifests = read_manifests_if_cached( manifests = read_manifests_if_cached(