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/codelab/decoder/README.md

381 B

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.