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/u2pp_ol/wenetspeech
Hui Zhang bb7ff288a9
[demo] u2++ asr deployment demo (#2639)
2 years ago
..
local [speechx] fix compile and add more doc (#2591) 2 years ago
.gitignore [speechx] fix compile and add more doc (#2591) 2 years ago
README.md format 2 years ago
RESULTS.md [demo] u2++ asr deployment demo (#2639) 2 years ago
path.sh fix cmake paddle flags; more doc info 2 years ago
run.sh [speechx] fix compile and add more doc (#2591) 2 years ago
utils [speechx] fix compile and add more doc (#2591) 2 years ago

README.md

u2/u2pp Streaming ASR

Testing with Aishell Test Data

Download wav and model

run.sh --stop_stage 0

compute feature

./run.sh --stage 1 --stop_stage 1

decoding using feature

./run.sh --stage 2 --stop_stage 2

decoding using wav

./run.sh --stage 3 --stop_stage 3