PaddleSpeech icon indicating copy to clipboard operation
PaddleSpeech copied to clipboard

[S2T]XXXX

Open Olg1erdzz opened this issue 1 month ago • 1 comments

For support and discussions, please use our Discourse forums.

If you've found a bug then please create an issue with the following information:

Describe the bug 运行示例代码exit code

To Reproduce Steps to reproduce the behavior:

Expected behavior A clear and concise description of what you expected to happen.

调用语音识别

from paddlespeech.cli.asr.infer import ASRExecutor asr = ASRExecutor() result = asr(audio_file="ie.wav", force_yes=True) # 支持16k,其它采样率强制转换 print(result) 报错

C++ Traceback (most recent call last):

0 paddle::pybind::ThrowExceptionToPython(std::__exception_ptr::exception_ptr)


Error Message Summary:

FatalError: Process abort signal is detected by the operating system. [TimeInfo: *** Aborted at 1717486951 (unix time) try "date -d @1717486951" if you are using GNU date ***] [SignalInfo: *** SIGABRT (@0x3e80000203d) received by PID 8253 (TID 0x707b0c9a9440) from PID 8253 ***]

Process finished with exit code 134 (interrupted by signal 6:SIGABRT) Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • OS: [e.g. Ubuntu]
  • GCC/G++ Version [11.4.0]
  • Python Version [3.9]
  • PaddlePaddle Version [2.4.2-gpu]
  • Model Version [1.4.1]
  • GPU/DRIVER Informationo [NVIDIA GeForce RTX 3060 ]
  • CUDA/CUDNN Version [cuda-10.2]
  • MKL Version
  • TensorRT Version

Additional context Add any other context about the problem here.

Olg1erdzz avatar Jun 04 '24 07:06 Olg1erdzz