from local

This commit is contained in:
dohe0342 2023-03-13 15:51:53 +09:00
parent d7b2f1573a
commit 3035fc83e1
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -808,7 +808,7 @@ def main():
for k, v in res_dict:
utt_id = '-'.join(k.split('-')[:-1])
f = open(f'/DB/LibriSpeech_tar/vox/{params.spk_id}_texts/{utt_id}.txt')
f = open(f'/DB/LibriSpeech_tar/vox/{params.spk_id}_texts/{utt_id}.txt', 'w')
f.write(v.strip())
print(k, v)
exit()