from local
This commit is contained in:
parent
4fa7d01013
commit
2cc657d7cc
Binary file not shown.
@ -598,7 +598,7 @@ def save_results(
|
|||||||
wer = str(val)
|
wer = str(val)
|
||||||
logging.info(s)
|
logging.info(s)
|
||||||
with open(f'./{params.res_name}.txt', 'a') as f:
|
with open(f'./{params.res_name}.txt', 'a') as f:
|
||||||
f.write(f"{spk} {wer}")
|
f.write(f"{spk} {wer}\n")
|
||||||
|
|
||||||
|
|
||||||
@torch.no_grad()
|
@torch.no_grad()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user