Paddle-Lite
Paddle-Lite copied to clipboard
树莓派4B编译paddlelite 失败
使用树莓派OS 64bit系统
全程按照官方的实例来编译。
具体流程如下: http://t.csdn.cn/WCPgR
出错的地方
一直卡在这里,我就control C中断了,多次尝试编译都是在这个100%这里卡住
禁用python 就是这么简单
有没有一种可能,我要用python来写代码
那就不用Paddle-Lite
如果是在本地编译,请参考文档 https://www.paddlepaddle.org.cn/lite/v2.12/source_compile/arm_linux_compile_arm_linux.html (记住一定先按照好对应的包,把编译配置好),然后编译命令 ./lite/tools/build_linux.sh with_python=ON (即增加 python 的支持)