新版本Segmentation fault
收藏
C++ Traceback (most recent call last):
--------------------------------------
0 std::thread::_Impl >::_M_run()
1 std::__future_base::_State_baseV2::_M_do_set(std::function ()>*, bool*)
2 paddle::framework::SignalHandle(char const*, int)
3 paddle::platform::GetCurrentTraceBackString[abi:cxx11]()
----------------------
Error Message Summary:
----------------------
FatalError: `Segmentation fault` is detected by the operating system.
[TimeInfo: *** Aborted at 1621322254 (unix time) try "date -d @1621322254" if you are using GNU date ***]
[SignalInfo: *** SIGSEGV (@0x0) received by PID 12391 (TID 0x7f43daf01700) from PID 0 ***]
0
收藏
请登录后评论
正在修复这个问题中. 初步看是Paddle 2.1出现了向下不兼容, 正在回滚到2.0.2
开始愁死,paddle 运行出现:FatalError: `Segmentation fault` is detected by the operating system._团长sama的博客-CSDN博客,参考这个博客,看看你的配置对不对!但我看到,我本来就是cudnn7.6.5呀,这个对我没用;然后请求群里大佬的支援,大佬说搞conda和cuda的软连接试试。。我就百度了一条”ubuntu conda虚拟环境下链接cuda“然后:
就加了这个语句:export LD_LIBRARY_PATH=/home/你的用户名/anaconda3/envs/你的conda虚拟环境名/lib:$PATH
运行就ok了
请问这个问题解决了吗.是把paddlepaddle的版本降低到2.0嘛?还是把paddleocr的版本降低?