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
ba197d581b
commit
94dce3a957
Binary file not shown.
@ -807,7 +807,6 @@ def main():
|
||||
print(k, v)
|
||||
exit()
|
||||
|
||||
'''
|
||||
for line in jsons:
|
||||
splited = line.split()
|
||||
utt_id = splited[1][1:-2]
|
||||
@ -820,7 +819,6 @@ def main():
|
||||
new_line += '\n'
|
||||
|
||||
new_jsons.write(new_line)
|
||||
'''
|
||||
'''
|
||||
|
||||
for test_set, test_dl in zip(test_sets, test_dl):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user