breaknormal1
breaknormal1
参照 [安卓文档](https://github.com/PaddlePaddle/Mobile/blob/develop/benchmark/tool/C/README_cn.md),在进行第二步 make时提示下面的错误: root@wyf-virtual-machine:/home/wyf/Paddle-Android/Mobile/benchmark/tool/C/build# make Scanning dependencies of target inference [100%] Building CXX object CMakeFiles/inference.dir/inference.cc.o Linking CXX executable inference /home/wyf/Paddle-Android/arm64_standalone_toolchain/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../aarch64-linux-android/bin/ld: cannot find -lprotobuf collect2: error: ld returned 1 exit status...
[示例程序](https://github.com/PaddlePaddle/Mobile/blob/develop/benchmark/tool/C/README_cn.md)提到的生成merged model(也就是 *.paddle文件)要准备好准备好模型配置文件(.py)和参数文件(.tar.gz)。 问题: 1.参数文件(.tar.gz)是经过PC训练生成的吧? 2.模型配置文件mobilenet.py,是个啥东东?超链接打不开,看不到是啥 3.在PC上使用模型预测时,不需要这个“模型配置文件”吧? 4.Android APP我在Windows环境下用过Android Studio开发过,请问将paddle库、merge生成的 *.paddle文件分别放到对应的文件夹下,之后就可以在Android Studio 调api了,最后打包成apk,是这样吗?还是要像[示例程序]第4步? 谢谢。。。
按照文档[Inference demo](https://github.com/PaddlePaddle/Mobile/blob/develop/benchmark/tool/C/README.md)配置android,cmake提示下面的错误: CMake Error at CMakeLists.txt:32 (project): The CMAKE_CXX_COMPILER: /Home/wyf/android-ndk-r14b/build/tools/arm64_standlone_toolchain/bin/aarch64-linux-android-g++ is not a full path to an existing compiler tool. Tell CMake where to find the compiler by setting either...