From 957010f57eddbbc35eb9eaae3bdeceaca0761d9e Mon Sep 17 00:00:00 2001 From: Mingshuang Luo <37799481+luomingshuang@users.noreply.github.com> Date: Fri, 8 Oct 2021 20:06:32 +0800 Subject: [PATCH] Update conformer_ctc.rst --- docs/source/recipes/librispeech/conformer_ctc.rst | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/docs/source/recipes/librispeech/conformer_ctc.rst b/docs/source/recipes/librispeech/conformer_ctc.rst index a703df643..eb8a714cd 100644 --- a/docs/source/recipes/librispeech/conformer_ctc.rst +++ b/docs/source/recipes/librispeech/conformer_ctc.rst @@ -327,19 +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 egs/librispeech/ASR - $ ./conformer_ctc/decode.py \ - --epoch 25 \ - --avg 1 \ - --max-duration 300 \ - --bucketing-sampler 0 \ - --full-libri 0 \ - --exp-dir conformer_ctc/exp \ - --lang-dir data/lang_bpe_500 \ - --method ctc-decoding - + $ cd + $ ./conformer + The output is given below: .. code-block:: bash