mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
d582e56115
commit
0611f486f9
Binary file not shown.
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user