From 250620694cece2821b37cc9ef7b1d5a74ce3c7f3 Mon Sep 17 00:00:00 2001 From: Dongji Gao Date: Mon, 18 Sep 2023 23:26:59 -0400 Subject: [PATCH] Update README.md --- egs/librispeech/WSASR/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/WSASR/README.md b/egs/librispeech/WSASR/README.md index ea0eaa6d3..471243464 100644 --- a/egs/librispeech/WSASR/README.md +++ b/egs/librispeech/WSASR/README.md @@ -124,7 +124,7 @@ The bypass arc deals with substitution and insertion errors, while the self-loop ### Decoding ``` export CUDA_VISIBLE_DEVICES="0" -python conformer_ctc2/decode.py \ +./conformer_ctc2/decode.py \ --exp-dir "${exp_dir}" \ --lang-dir "${otc_lang_dir}" \ --lm-dir "${lm_dir}" \