from local

This commit is contained in:
dohe0342 2023-03-13 15:49:54 +09:00
parent be61a5ea54
commit 68bb2b50cf
2 changed files with 1 additions and 0 deletions

View File

@ -809,6 +809,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.write(v.strip())
print(k, v)
exit()