from local

This commit is contained in:
dohe0342 2023-03-21 13:46:51 +09:00
parent 4fa7d01013
commit 2cc657d7cc
2 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ def save_results(
wer = str(val)
logging.info(s)
with open(f'./{params.res_name}.txt', 'a') as f:
f.write(f"{spk} {wer}")
f.write(f"{spk} {wer}\n")
@torch.no_grad()