sherpa-onnx icon indicating copy to clipboard operation
sherpa-onnx copied to clipboard

[Not for merge][Test] For blank skipping in sherpa-onnx test

Open frankyoujian opened this issue 2 years ago • 4 comments
trafficstars

frankyoujian avatar Nov 20 '23 13:11 frankyoujian

Is there any problem in merging the code here?Can these changes be used for ctc blank skip decoding?

Aurora-6 avatar Jan 08 '24 09:01 Aurora-6

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.

frankyoujian avatar Jan 08 '24 09:01 frankyoujian

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 avatar Jan 08 '24 10:01 Aurora-6

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.

frankyoujian avatar Jan 08 '24 10:01 frankyoujian