from local

This commit is contained in:
dohe0342 2023-01-29 21:17:57 +09:00
parent f1c387a959
commit 297dd424b4
2 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ def parse_alignments(ali_path: Pathlike) -> Dict[str, List[AlignmentItem]]:
]
return alignments
def main(corpus_dir):
def main(corpus_dir, spk_id):
nj = 15
output_dir = "data/manifests"
print(corpus_dir, output_dir)