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
5c8725e8cd
|
2 years ago | |
---|---|---|
.. | ||
.gitignore | 2 years ago | |
README.md | 2 years ago | |
path.sh | 2 years ago | |
run.sh | 2 years ago | |
valgrind.sh | 2 years ago |
README.md
ASR Decoder
ASR Decoder test bins. We using theses bins to test CTC BeamSearch decoder and WFST decoder.
-
decoder_test_main.cc feed nnet output logprob, and only test decoder
-
offline_decoder_sliding_chunk_main.cc feed streaming audio feature, decode as streaming manner.
-
offline_wfst_decoder_main.cc feed streaming audio feature, decode using WFST as streaming manner.