mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
f871446208
commit
8616bdefb5
Binary file not shown.
@ -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(' ')[-1]
|
||||
spk = note.split(' ')[-2]
|
||||
wer = str(val)
|
||||
logging.info(s)
|
||||
with open(f'./{params.res_name}.txt', 'a') as f:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user