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.
PaddleSpeech/speechx/examples/README.md

38 lines
751 B

# Examples for SpeechX
* ds2_ol - ds2 streaming test under `aishell-1` test dataset.
The entrypoint is `ds2_ol/aishell/run.sh`
3 years ago
2 years ago
## How to run
3 years ago
`run.sh` is the entry point.
Example to play `ds2_ol`:
3 years ago
```
pushd ds2_ol/aishell
3 years ago
bash run.sh
3 years ago
```
2 years ago
## Display Model with [Netron](https://github.com/lutzroeder/netron)
```
pip install netron
netron exp/deepspeech2_online/checkpoints/avg_1.jit.pdmodel --port 8022 --host 10.21.55.20
```
2 years ago
## For Developer
> Warning: Only for developer, make sure you know what's it.
* dev - for speechx developer, using for test.
2 years ago
## Build WFST
> Warning: Using below example when you know what's it.
2 years ago
* text_lm - process text for build lm
* ngram - using to build NGram ARPA lm.
* wfst - build wfst for TLG.