from local

This commit is contained in:
dohe0342 2023-03-21 13:32:03 +09:00
parent 3d71e20f54
commit 3352e385f9
2 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@ def save_results(
for key, val in test_set_wers:
s += "{}\t{}{}\n".format(key, val, note)
note = ""
wer += val
wer = val
logging.info(s)
with open(f'./{params.res_name}.txt', 'a') as f:
f.write(wer)