linux系统使用C++预测遇到的问题
Created by: mtz1992
您好 我按照您的教程https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/advanced_guide/inference_deployment/inference/build_and_install_lib_cn.html#id1,使用cpu,Paddle版本使用1.7,编译了自己的库,没有安装nccl,make没有出问题,但我的PADDLE_ROOT目录下的third_party下的install目录为: 导致我在使用自己编译的库进行调用模型预测时报错: make[2]: *** No rule to make target '×××/lib/libmklml_intel.so', needed by 'mobilenet_test'. Stop. make[2]: *** Waiting for unfinished jobs.... CMakeFiles/Makefile2:95: recipe for target 'CMakeFiles/mobilenet_test.dir/all' failed make[1]: *** [CMakeFiles/mobilenet_test.dir/all] Error 2 Makefile:103: recipe for target 'all' failed make: *** [all] Error 2 run_impl.sh: 28: run_impl.sh: ./mobilenet_test: not found