游雁
2023-02-21 18bed4c8debe9c8392bd4d1f33c33d315a06375b
onnxruntime
1个文件已修改
2 ■■■ 已修改文件
funasr/runtime/python/onnxruntime/rapid_paraformer/paraformer_onnx.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/python/onnxruntime/rapid_paraformer/paraformer_onnx.py
@@ -42,7 +42,7 @@
        self.batch_size = batch_size
    def __call__(self, wav_content: Union[str, np.ndarray, List[str]], **kwargs) -> List:
        waveform_list = self.load_data(wav_content, self.frontend.opts.samp_freq)
        waveform_list = self.load_data(wav_content, self.frontend.opts.frame_opts.samp_freq)
        waveform_nums = len(waveform_list)
        asr_res = []