airstillblue
airstillblue
Meet the same problem. Program ends with: terminate called after throwing an instance of 'onnxruntime::OnnxRuntimeException' what(): /onnxruntime_src/onnxruntime/core/providers/cuda/cuda_call.cc:122 bool onnxruntime::CudaCall(ERRTYPE, const char*, const char*, ERRTYPE, const char*) [with ERRTYPE = cudaError;...
使用功能是非流式离线长音频识别。vad asr timestamp punc都有用上。 inference_pipeline = pipeline( task=Tasks.auto_speech_recognition, model='damo/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-pytorch', model_revision="v1.2.4", output_dir=asr_outdir)
我看起来的感觉是句首字母被强制大写了。对于单词来说没什么问题,但对于非单词,如例子中给出的“他们有几种可能啊AA 去参加呢?Abaca 不去参加这BC,那不就三种可能嘛?“这里Abaca和AA和BC一样,显然不是单词,以前的规则下应该是ABACA的形式。
OS: linux Python/C++ Version:Python 3.8.17 Package Version:pytorch、torchaudio、modelscope、funasr version(pip list) Package Version Editable project location ------------------------ ------------ --------------------------- absl-py 1.4.0 addict 2.4.0 aiohttp 3.8.5 aiosignal 1.3.1 aliyun-python-sdk-core 2.13.36 aliyun-python-sdk-kms 2.16.1 aniso8601...