Skip to content

Commit

Permalink
fix the document of cpp_demo.md
Browse files Browse the repository at this point in the history
  • Loading branch information
silingtong123 authored May 28, 2020
1 parent b4f0b91 commit e2d3cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/demo_guides/cpp_demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tar zxf mobilenet_v1.tar.gz

```shell
python -m pip install paddlelite
paddle_opt_lite --model_dir=./mobilenet_v1 --optimize_out_type=naive_buffer --optimize_out=./mobilenet_v1_opt
paddle_lite_opt --model_dir=./mobilenet_v1 --optimize_out_type=naive_buffer --optimize_out=./mobilenet_v1_opt
```
**结果如下图所示:**

Expand Down

0 comments on commit e2d3cd9

Please sign in to comment.