from local

This commit is contained in:
dohe0342 2023-02-14 15:16:41 +09:00
parent a941fb80e6
commit 4527fabfe2
2 changed files with 2 additions and 1 deletions

View File

@ -633,6 +633,8 @@ def save_results(
for key, val in test_set_wers:
s += "{}\t{}{}\n".format(key, val, note)
note = ""
print(key)
print(val)
logging.info(s)
@ -816,7 +818,6 @@ def main() -> None:
save_results(params=params, test_set_name=test_set, results_dict=results_dict)
torch.set_num_threads(1)
# when we import add_model_arguments from train.py
# we enforce torch.set_num_interop_threads(1) in it,