请提出你的问题 Please ask your question
配置Win 11 i7-12700F 16G内存
VS 2017 cmake 3.23.2
已经按照 https://www.paddlepaddle.org.cn/documentation/docs/zh/1.8/advanced_guide/inference_deployment/inference/windows_cpp_inference.html这里的设置进行去编译,编译到1000多个项目时电脑会因资源占用过多而导致死机
编译的是Release的MD版本
5条答案
按热度按时间brvekthn1#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看 官网API文档 、 常见问题 、 历史Issue 、 AI社区 来寻求解答。祝您生活愉快~
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 API , FAQ , Github Issue and AI community to get the answer.Have a nice day!
zaq34kh62#
编译是很耗费资源。
请问下你是想要编译1.8版本? 2.3版本可以参考这个编译文档: https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/install/compile/windows-compile.html
rjjhvcjd3#
也试过参考这个文档的进行编译,也还是会出现因占用资源过多而导致死机
huus2vyu4#
ninja -j1 限制一个线程编译试试。 编译时可以观测内存变化, 如果是内存爆掉那没办法,只能换更大内存的机器编译
ohfgkhjo5#
使用ninja可以进行Release2.3的完美编译