diff --git a/egs/tedlium2/ASR/conformer_ctc3/.decode_multi.py.swp b/egs/tedlium2/ASR/conformer_ctc3/.decode_multi.py.swp index f8021ac37..5d4d5d278 100644 Binary files a/egs/tedlium2/ASR/conformer_ctc3/.decode_multi.py.swp and b/egs/tedlium2/ASR/conformer_ctc3/.decode_multi.py.swp differ diff --git a/egs/tedlium2/ASR/conformer_ctc3/decode_multi.py b/egs/tedlium2/ASR/conformer_ctc3/decode_multi.py index 3b0b0212c..ebb8ecfeb 100755 --- a/egs/tedlium2/ASR/conformer_ctc3/decode_multi.py +++ b/egs/tedlium2/ASR/conformer_ctc3/decode_multi.py @@ -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):