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