from local

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

View File

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