Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

refine inference demo doc #37

Merged
merged 4 commits into from
Dec 5, 2017
Merged

Conversation

NHZlX
Copy link
Contributor

@NHZlX NHZlX commented Nov 29, 2017

fix #36


4. Run the demo program by logging into the Android environment via [adb](https://developer.android.google.cn/studio/command-line/adb.html?hl=zh-cn#Enabling) and specifying the PaddlePaddle model from the command line as follows:
```
adb push inference libpaddle_capi_shared.so mobilenet.paddle /sdcard/test_mobilenet
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems this example does not link libpaddle_capi_shared.so but libpaddle_capi_layers.a and libpaddle_capi_engine.a. In this case, do not need to copy the library to the device.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see.

@NHZlX NHZlX requested a review from Xreki November 29, 2017 11:58
@Xreki Xreki merged commit 60fb66e into PaddlePaddle:develop Dec 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refine the doc of the inference demo
2 participants