from local

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

View File

@ -587,7 +587,7 @@ def save_results(
for key, val in test_set_wers:
print("{}\t{}".format(key, val), file=f)
wer = ''
wer = None
s = "\nFor {}, WER of different settings are:\n".format(test_set_name)
note = "\tbest for {}".format(test_set_name)
for key, val in test_set_wers: