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

Commit 52eeb1e

Browse files
committed
Merge branch 'develop' into update_readme
2 parents 12808fc + 9e2c573 commit 52eeb1e

File tree

27 files changed

+648
-11
lines changed

27 files changed

+648
-11
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ Here mainly describes how to deploy PaddlePaddle to the mobile end, as well as s
77
- Build PaddlePaddle for IOS [[Chinese](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/mobile/cross_compiling_for_ios_cn.md)]
88
- Build PaddlePaddle for Raspberry Pi3 [[Chinese](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/mobile/cross_compiling_for_raspberry_cn.md)] [[English](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/mobile/cross_compiling_for_raspberry_en.md)]
99
- Build PaddlePaddle for PX2
10-
- [How to build PaddlePaddle mobile inference library with minimum size.](./deployment/build_for_minimum_size.md)
10+
- [How to build PaddlePaddle mobile inference library with minimum size.](./deployment/library/build_for_minimum_size.md)
1111

1212
## Demo
1313
- [An inference demo program based on the Paddle C API.](./benchmark/tool/C/README.md)
1414
- [iOS demo of AICamera](./Demo/iOS/AICamera/README.md)
1515

1616
## Deployment optimization methods
17-
- [Merge batch normalization before deploying the model to the mobile.](./tools/merge_batch_normalization/README.md)
18-
- [Compress the model before deploying the model to the mobile.](./tools/rounding/README.md)
19-
- [Merge model config and parameter files into one file.](./tools/merge_config_parameters/README.md)
17+
- [Merge batch normalization before deploying the model to the mobile.](./deployment/model/merge_batch_normalization/README.md)
18+
- [Compress the model before deploying the model to the mobile.](./deployment/model/rounding/README.md)
19+
- [Merge model config and parameter files into one file.](./deployment/model/merge_config_parameters/README.md)
2020
- How to deploy int8 model in mobile inference with PaddlePaddle.
2121

2222
## Model compression
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)