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
caf7225892
|
3 years ago | |
---|---|---|
.. | ||
local | 3 years ago | |
.gitignore | 3 years ago | |
CMakeLists.txt | 3 years ago | |
README.md | 3 years ago | |
ctc-prefix-beam-search-decoder-ol.cc | 3 years ago | |
nnet-logprob-decoder-test.cc | 3 years ago | |
path.sh | 3 years ago | |
recognizer_test_main.cc | 3 years ago | |
run.sh | 3 years ago | |
valgrind.sh | 3 years ago | |
wfst-decoder-ol.cc | 3 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.