from local

This commit is contained in:
dohe0342 2023-03-20 11:29:43 +09:00
parent c2de71c6d5
commit 456bc5356e
3 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -802,7 +802,8 @@ def main():
word_table=word_table,
decoding_graph=decoding_graph,
)
results = results_dict['greedy_search']
#results = results_dict['greedy_search']
results = results_dict['modified_beam_search']
#jsons = open(f"{params.manifest_dir}/userlibri/{test_set}/{option}.jsonl", 'r').readlines()
#new_jsons = open(f"{params.manifest_dir}/userlibri/{test_set}/{option}_p.jsonl", 'w')