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()