from local
This commit is contained in:
parent
abe23d77bb
commit
4fa7d01013
Binary file not shown.
@ -594,7 +594,7 @@ def save_results(
|
|||||||
for key, val in test_set_wers:
|
for key, val in test_set_wers:
|
||||||
s += "{}\t{}{}\n".format(key, val, note)
|
s += "{}\t{}{}\n".format(key, val, note)
|
||||||
note = ""
|
note = ""
|
||||||
spk = test_set_name
|
spk = str(test_set_name)
|
||||||
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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user