Open KnightGOKU opened 3 months ago
https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/hardware_support/npu/install_cn.html 按照上述流程进行安装,执行到下面这一步的时候,也报了跟楼主一样的错误
python -c "import paddle; paddle.utils.run_check()"
python==3.10.0
错误日志:
paddle.utils.run_check() Running verify PaddlePaddle program ... I0829 16:44:22.169772 804539 program_interpreter.cc:243] New Executor is Running.
0 paddle::framework::StandaloneExecutor::Run(std::vector<std::string, std::allocator
FatalError: Segmentation fault
is detected by the operating system.
[TimeInfo: Aborted at 1724921062 (unix time) try "date -d @1724921062" if you are using GNU date ]
[SignalInfo: SIGSEGV (@0xc46bb) received by PID 804539 (TID 0xffff433e59c0) from PID 804539 ]
段错误 (核心已转储)
bug描述 Describe the Bug
I encountered an issue when using
paddle.nn.functional.ctc_loss
with Python 3.12. The following code crashed and raised aSegmentation fault
:The error message is as follows:
The code was tested in Paddle version
3.0.0b1
-cpu. Interestingly, it works well when I switch to Python version3.10.14
.其他补充信息 Additional Supplementary Information
No response