From 7fd9d291f327d682bf43d314717201f296b96623 Mon Sep 17 00:00:00 2001 From: Mingshuang Luo <37799481+luomingshuang@users.noreply.github.com> Date: Tue, 12 Oct 2021 11:36:04 +0800 Subject: [PATCH] update pretrained.py and conformer_ctc.rst --- docs/source/recipes/librispeech/conformer_ctc.rst | 4 ++++ egs/librispeech/ASR/conformer_ctc/pretrained.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/recipes/librispeech/conformer_ctc.rst b/docs/source/recipes/librispeech/conformer_ctc.rst index ad6f164ea..7e9b8b32c 100644 --- a/docs/source/recipes/librispeech/conformer_ctc.rst +++ b/docs/source/recipes/librispeech/conformer_ctc.rst @@ -428,6 +428,7 @@ After downloading, you will have the following files: |-- README.md |-- data | |-- lang_bpe + | | |-- Linv.pt | | |-- HLG.pt | | |-- bpe.model | | |-- tokens.txt @@ -445,6 +446,9 @@ After downloading, you will have the following files: 6 directories, 11 files **File descriptions**: + - ``data/lang_bpe/Linv.pt`` + + It is the lexicon file. - ``data/lang_bpe/HLG.pt`` diff --git a/egs/librispeech/ASR/conformer_ctc/pretrained.py b/egs/librispeech/ASR/conformer_ctc/pretrained.py index 31bd9bdf3..01c878b98 100755 --- a/egs/librispeech/ASR/conformer_ctc/pretrained.py +++ b/egs/librispeech/ASR/conformer_ctc/pretrained.py @@ -415,4 +415,4 @@ if __name__ == "__main__": ) logging.basicConfig(format=formatter, level=logging.INFO) - main() \ No newline at end of file + main()