未验证 提交 d5c2e7e4 编写于 作者: Y yangfei963158659 提交者: GitHub

Update development_android_GPU.md

上级 2385b22c
##paddle-mobile GPU开发文档
## paddle-mobile GPU开发文档
编译环境配置方法请参考development_android.md文档
......@@ -17,7 +17,7 @@ cd paddle-mobile/tools
sh build.sh android
```
2.将单测可执行文件和模型部署到手机
2. 将单测可执行文件和模型部署到手机
下载测试需要的mobilenet和test_image_1x3x224x224_float文件,下载地址:http://mms-graph.bj.bcebos.com/paddle-mobile/opencl_test_src.zip
......@@ -37,7 +37,7 @@ cd ../tools/android-debug-script
sh push2android.sh
```
3.在adb shell中执行对应的可执行文件(目前只支持mobilenet,后续会支持更多的网络模型)
3. 在adb shell中执行对应的可执行文件(目前只支持mobilenet,后续会支持更多的网络模型)
```
adb shell
......@@ -46,7 +46,7 @@ export LD_LIBRARY_PATH=.
./test-mobilenetgpu
```
4.mobilenet cpu模型预测结果
4. mobilenet cpu模型预测结果
假设mobilenet和test_image_1x3x224x224_float文件已经推送到手机上,执行下面命令进行mobilenet cpu的预测
......@@ -57,7 +57,7 @@ export LD_LIBRARY_PATH=.
./test-mobilenet
```
5.预测结果
5. 预测结果
手机型号:小米6(CPU 835,GPU Adreno 540)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册