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
d7b2f1573a
commit
3035fc83e1
Binary file not shown.
Binary file not shown.
@ -808,7 +808,7 @@ def main():
|
|||||||
|
|
||||||
for k, v in res_dict:
|
for k, v in res_dict:
|
||||||
utt_id = '-'.join(k.split('-')[:-1])
|
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())
|
f.write(v.strip())
|
||||||
print(k, v)
|
print(k, v)
|
||||||
exit()
|
exit()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user