from local

This commit is contained in:
dohe0342 2023-03-31 14:59:31 +09:00
parent d582e56115
commit 0611f486f9
2 changed files with 1 additions and 1 deletions

View File

@ -827,7 +827,7 @@ def main():
utt_id = '-'.join(k.split('-')[:-1])
#print(utt_id)
try: f = open(f'/DB/LibriSpeech_tar/vox/{params.spk_id}_texts/{utt_id}.txt', 'w')
except: f = open(f'/home/work/workspace/LibriSpeech/vox/{params.spk_id}_texts/{utt_id}.txt', 'w')
except: f = open(f'/home/work/workspace/LibriSpeech/vox_v3/{params.spk_id}_texts/{utt_id}.txt', 'w')
f.write(v)
print(k, v)