Update conformer_ctc.rst

This commit is contained in:
Mingshuang Luo 2021-10-08 20:14:40 +08:00 committed by GitHub
parent ae3f83e9ed
commit 07d5dd1a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -327,8 +327,10 @@ The commonly used options are:
Here are some results for reference based on CTC decoding when set vocab size as 500:
Usage:
.. code-block:: bash
$ cd
$ cd egs/librispeech/ASR
$ ./conformer_ctc/decode.py \
--epoch 25 \
--avg 1 \
@ -339,7 +341,6 @@ Usage:
--lang-dir data/lang_bpe_500 \
--method ctc-decoding
The output is given below:
.. code-block:: bash