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
2c359de5c9
commit
96be0cd9a5
Binary file not shown.
@ -89,6 +89,7 @@ def prepare_vox(
|
||||
alignments = {}
|
||||
with open(trans_path) as f:
|
||||
cur_file_name = trans_path.split('/')[-1].replace('.txt', '')
|
||||
print(cur_file_name)
|
||||
if cur_file_name not in part_file_names:
|
||||
continue
|
||||
for line in f:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user