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 7e334ce890
fix assembler buf, which not clear cache, and fill zero default
2 years ago
..
local fix assembler buf, which not clear cache, and fill zero default 2 years ago
.gitignore add scripts 2 years ago
README.md format 2 years ago
path.sh fix cmake paddle flags; more doc info 2 years ago
run.sh add scripts 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