from local

This commit is contained in:
dohe0342 2023-02-14 15:38:40 +09:00
parent 2c216570b1
commit c7ad5cbddf
2 changed files with 1 additions and 1 deletions

View File

@ -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):