You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hui Zhang
a9a3cb4860
|
2 years ago | |
---|---|---|
.. | ||
codelab | 2 years ago | |
custom_asr | 2 years ago | |
ds2_ol | 2 years ago | |
text_lm | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 2 years ago |
README.md
Examples for SpeechX
ds2_ol
- ds2 streaming test underaishell-1
test dataset.
How to run
run.sh
is the entry point.
Example to play ds2_ol
:
pushd ds2_ol/aishell
bash run.sh
Display Model with Netron
pip install netron
netron exp/deepspeech2_online/checkpoints/avg_1.jit.pdmodel --port 8022 --host 10.21.55.20
For Developer
Reminder: Only for developer, make sure you know what's it.
- codelab - for speechx developer, using for test.