from local
This commit is contained in:
parent
0611f486f9
commit
b7dd6b2d38
Binary file not shown.
@ -818,7 +818,7 @@ def main():
|
|||||||
res_dict = sorted(res_dict.items(), key=lambda x:x[0])
|
res_dict = sorted(res_dict.items(), key=lambda x:x[0])
|
||||||
|
|
||||||
try: os.makedirs(f"/DB/LibriSpeech_tar/vox/{params.spk_id}_texts")
|
try: os.makedirs(f"/DB/LibriSpeech_tar/vox/{params.spk_id}_texts")
|
||||||
except: os.makedirs(f"/home/work/workspace/LibriSpeech/vox/{params.spk_id}_texts")
|
except: os.makedirs(f"/home/work/workspace/LibriSpeech/vox_v3/{params.spk_id}_texts")
|
||||||
|
|
||||||
for k, v in res_dict:
|
for k, v in res_dict:
|
||||||
#v = v.strip()
|
#v = v.strip()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user