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