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
e2f82e690c
commit
579d5b60a7
Binary file not shown.
@ -797,7 +797,7 @@ def main():
|
||||
results = results_dict['greedy_search']
|
||||
#for res in results:
|
||||
# print(res[0], ' '.join(res[1]))
|
||||
jsons = open(f"{params.manifest_dir}/userlibri/{test_sets}/{option}.jsonl", 'r').readlines()
|
||||
jsons = open(f"{params.manifest_dir}/userlibri/{test_set}/{option}.jsonl", 'r').readlines()
|
||||
|
||||
res_dict = {}
|
||||
for res in results:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user