You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PaddleLite-generic-demo/image_classification_demo/shell$ ./run_with_adb.sh mobilenet_v1_fp32_224 imagenet_224.txt test android arm64-v8a opencl ZY22DVWSK3
Model mobilenet_v1_fp32_224 not found! Try to download it from http://paddlelite-demo.bj.bcebos.com/devices/generic/models/mobilenet_v1_fp32_224.tar.gz ...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 15.1M 100 15.1M 0 0 6145k 0 0:00:02 0:00:02 --:--:-- 6146k
failed to copy '../../libs/PaddleLite/android/arm64-v8a/lib/libpaddle_full_api_shared.so' to '../../libs/PaddleLite/android/arm64-v8a/lib/libpaddle_light_api_shared.so': secure_mkdirs failed: No such file or directory
文档位于:
https://github.com/PaddlePaddle/Paddle-Lite/blob/develop/docs/demo_guides/opencl.md
环境
问题一,脚本无法复制库文件
经过查找发现文件存在,所以手动重命名
PaddleLite-generic-demo/libs/PaddleLite/android/arm64-v8a/lib/libpaddle_light_api_shared.so.backup
之后,这个问题不再发生问题二,报错 Unsupported model format!
执行下面命令时报错。
具体输出如下。
确认了当前模型文件夹中,是
(1) __model__ + var1 + var2 + etc.
的格式。又尝试了推送nb文件,推送model.pdmodel + model.pdiparams等方法,始终报错Unsupported model format!
The text was updated successfully, but these errors were encountered: