Update README.md

This commit is contained in:
Dongji Gao 2023-09-18 23:26:59 -04:00 committed by GitHub
parent 0451ff140f
commit 250620694c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ The bypass arc deals with substitution and insertion errors, while the self-loop
### Decoding ### Decoding
``` ```
export CUDA_VISIBLE_DEVICES="0" export CUDA_VISIBLE_DEVICES="0"
python conformer_ctc2/decode.py \ ./conformer_ctc2/decode.py \
--exp-dir "${exp_dir}" \ --exp-dir "${exp_dir}" \
--lang-dir "${otc_lang_dir}" \ --lang-dir "${otc_lang_dir}" \
--lm-dir "${lm_dir}" \ --lm-dir "${lm_dir}" \