From ae3f83e9ed845845ac23d7e1fdf6749b4d6fe0a2 Mon Sep 17 00:00:00 2001 From: Mingshuang Luo <37799481+luomingshuang@users.noreply.github.com> Date: Fri, 8 Oct 2021 20:12:46 +0800 Subject: [PATCH] Update conformer_ctc.rst --- docs/source/recipes/librispeech/conformer_ctc.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/source/recipes/librispeech/conformer_ctc.rst b/docs/source/recipes/librispeech/conformer_ctc.rst index eb8a714cd..5c3d76935 100644 --- a/docs/source/recipes/librispeech/conformer_ctc.rst +++ b/docs/source/recipes/librispeech/conformer_ctc.rst @@ -328,8 +328,17 @@ Here are some results for reference based on CTC decoding when set vocab size as Usage: .. code-block:: bash - $ cd - $ ./conformer + $ cd + $ ./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 + The output is given below: