from local

This commit is contained in:
dohe0342 2023-01-27 16:58:41 +09:00
parent 9afbc2cc0b
commit d1ef83259f
2 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ def compute_fbank_LJSpeech(bpe_model: Optional[str] = None):
#parts = ['train', 'dev', 'test'] #parts = ['train', 'dev', 'test']
parts = ['4446'] parts = ['4446']
prefix = "LJSpeech" prefix = "vox"
suffix = "jsonl.gz" suffix = "jsonl.gz"
manifests = read_manifests_if_cached( manifests = read_manifests_if_cached(
dataset_parts=parts, dataset_parts=parts,