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
2c216570b1
commit
c7ad5cbddf
Binary file not shown.
@ -824,7 +824,7 @@ def main() -> None:
|
||||
import shutil
|
||||
import os
|
||||
|
||||
try: os.makedir(f"{params.exp_dir}/sorted")
|
||||
try: os.makedirs(f"{params.exp_dir}/sorted")
|
||||
except: pass
|
||||
|
||||
for i, (k, v) in enumerate(wer_dict):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user