update pretrained.py and conformer_ctc.rst

This commit is contained in:
Mingshuang Luo 2021-10-12 11:36:04 +08:00
parent 6bc027ee8a
commit 7fd9d291f3
2 changed files with 5 additions and 1 deletions

View File

@ -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``

View File

@ -415,4 +415,4 @@ if __name__ == "__main__":
)
logging.basicConfig(format=formatter, level=logging.INFO)
main()
main()