from local

This commit is contained in:
dohe0342 2023-03-21 13:45:50 +09:00
parent 8616bdefb5
commit abe23d77bb
2 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ def save_results(
for key, val in test_set_wers:
s += "{}\t{}{}\n".format(key, val, note)
note = ""
spk = note.split(' ')[-2]
spk = test_set_name
wer = str(val)
logging.info(s)
with open(f'./{params.res_name}.txt', 'a') as f: