from local

This commit is contained in:
dohe0342 2023-03-29 12:23:03 +09:00
parent da9311deff
commit 8489b9f30f
2 changed files with 1 additions and 1 deletions

View File

@ -818,7 +818,7 @@ def main():
res_dict = sorted(res_dict.items(), key=lambda x:x[0])
try: os.makedirs(f"/DB/LibriSpeech_tar/vox/{params.spk_id}_texts")
except: os.makedirs(f"/home/work/workspace/LibriSpeech/vox/{par;ams.spk_id}_texts")
except: os.makedirs(f"/home/work/workspace/LibriSpeech/vox/{params.spk_id}_texts")
for k, v in res_dict:
#v = v.strip()