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
857931067a
commit
0ba4438293
Binary file not shown.
@ -817,8 +817,8 @@ def main():
|
||||
|
||||
res_dict = sorted(res_dict.items(), key=lambda x:x[0])
|
||||
|
||||
try: os.makedirs(f"/DB/LibriSpeech_tar/vox/{params.spk_id}_texts")
|
||||
except: os.makedirs(f"/home/work/workspace/LibriSpeech/vox_v3/{params.spk_id}_texts")
|
||||
try: os.makedirs(f"/DB/LibriSpeech_tar/{params.prefix}/{params.spk_id}_texts")
|
||||
except: os.makedirs(f"/home/work/workspace/LibriSpeech/{params.prefix}/{params.spk_id}_texts")
|
||||
|
||||
for k, v in res_dict:
|
||||
#v = v.strip()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user