SenseVoice
SenseVoice copied to clipboard
Fix batch inference error with timestamp
During batch inference with timestamps, a tensor access out-of-bounds issue consistently occurs. It has been identified that when obtaining the timestamp, the input to the ctc_forced_align function should be a single number, but in reality, a list is being input.
#173 #207 #99