sherpa-onnx
sherpa-onnx copied to clipboard
[Not for merge][Test] For blank skipping in sherpa-onnx test
Is there any problem in merging the code here?Can these changes be used for ctc blank skip decoding?
Is there any problem in merging the code here?Can these changes be used for ctc blank skip decoding?
@Aurora-6 These changes should be fine, but the program will crash in frame reducer module when run frame_reducer.onnx. Seems there is some tricky issue in frame reducer module.
https://github.com/k2-fsa/icefall/blob/master/egs/librispeech/ASR/pruned_transducer_stateless7_ctc_bs/export_onnx.py So there is a problem with the frame_reducer.onnx exported from this file?
https://github.com/k2-fsa/icefall/blob/master/egs/librispeech/ASR/pruned_transducer_stateless7_ctc_bs/export_onnx.py So there is a problem with the frame_reducer.onnx exported from this file?
@Aurora-6 Yes.