mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-27 02:34:21 +00:00
Update conformer_ctc.rst
This commit is contained in:
parent
ae3f83e9ed
commit
07d5dd1a17
@ -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:
|
Here are some results for reference based on CTC decoding when set vocab size as 500:
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
$ cd
|
|
||||||
|
$ cd egs/librispeech/ASR
|
||||||
$ ./conformer_ctc/decode.py \
|
$ ./conformer_ctc/decode.py \
|
||||||
--epoch 25 \
|
--epoch 25 \
|
||||||
--avg 1 \
|
--avg 1 \
|
||||||
@ -339,7 +341,6 @@ Usage:
|
|||||||
--lang-dir data/lang_bpe_500 \
|
--lang-dir data/lang_bpe_500 \
|
||||||
--method ctc-decoding
|
--method ctc-decoding
|
||||||
|
|
||||||
|
|
||||||
The output is given below:
|
The output is given below:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user