mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 18:24:18 +00:00
update pretrained.py and conformer_ctc.rst
This commit is contained in:
parent
6bc027ee8a
commit
7fd9d291f3
@ -428,6 +428,7 @@ After downloading, you will have the following files:
|
|||||||
|-- README.md
|
|-- README.md
|
||||||
|-- data
|
|-- data
|
||||||
| |-- lang_bpe
|
| |-- lang_bpe
|
||||||
|
| | |-- Linv.pt
|
||||||
| | |-- HLG.pt
|
| | |-- HLG.pt
|
||||||
| | |-- bpe.model
|
| | |-- bpe.model
|
||||||
| | |-- tokens.txt
|
| | |-- tokens.txt
|
||||||
@ -445,6 +446,9 @@ After downloading, you will have the following files:
|
|||||||
6 directories, 11 files
|
6 directories, 11 files
|
||||||
|
|
||||||
**File descriptions**:
|
**File descriptions**:
|
||||||
|
- ``data/lang_bpe/Linv.pt``
|
||||||
|
|
||||||
|
It is the lexicon file.
|
||||||
|
|
||||||
- ``data/lang_bpe/HLG.pt``
|
- ``data/lang_bpe/HLG.pt``
|
||||||
|
|
||||||
|
@ -415,4 +415,4 @@ if __name__ == "__main__":
|
|||||||
)
|
)
|
||||||
|
|
||||||
logging.basicConfig(format=formatter, level=logging.INFO)
|
logging.basicConfig(format=formatter, level=logging.INFO)
|
||||||
main()
|
main()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user