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.
|
|
3 years ago | |
|---|---|---|
| .. | ||
| .gitignore | 4 years ago | |
| README.md | 4 years ago | |
| path.sh | 4 years ago | |
| run.sh | 3 years ago | |
| valgrind.sh | 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.