from local

This commit is contained in:
dohe0342 2023-01-25 16:30:18 +09:00
parent 579d5b60a7
commit beef7ea6d5
2 changed files with 0 additions and 2 deletions

View File

@ -795,8 +795,6 @@ def main():
decoding_graph=decoding_graph,
)
results = results_dict['greedy_search']
#for res in results:
# print(res[0], ' '.join(res[1]))
jsons = open(f"{params.manifest_dir}/userlibri/{test_set}/{option}.jsonl", 'r').readlines()
res_dict = {}