Paddle 服务器端安装预编译c++cpu预测库 编译错误

a2mppw5e  于 2022-04-21  发布在  Java
关注(0)|答案(3)|浏览(164)

PaddlePaddle版本:2.0
下载cpu预测库
cmake .. -G "Visual Studio 16 2019" -A x64 -T host=x64 -DCMAKE_BUILD_TYPE=Release -DWITH_MKL=ON -DWITH_GPU=OFF -DON_INFER=ON -DWITH_PYTHON=OFF 完成,
[再打开paddle.sln文件进行生成时,已选择release X64出现错误:

 

pu82cl6c

pu82cl6c1#

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档常见问题历史IssueAI社区来寻求解答。祝您生活愉快~

Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the APIFAQGithub Issue and AI community to get the answer.Have a nice day!

vxqlmq5t

vxqlmq5t3#

https://paddleinference.paddlepaddle.org.cn/master/user_guides/download_lib.html#windows
试试这个链接中的下载地址,不需要编译,可以直接使用

相关问题