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

Commit b93f6ad

Browse files
authored
Merge pull request #53 from hedaoyuan/develop
Refine the directory structure
2 parents 6b68be7 + d782ddb commit b93f6ad

File tree

17 files changed

+4
-4
lines changed

17 files changed

+4
-4
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.

tools/merge_batch_normalization/demo/__init__.py renamed to deployment/model/merge_batch_normalization/demo/__init__.py

File renamed without changes.

tools/merge_batch_normalization/demo/image/cat.jpg renamed to deployment/model/merge_batch_normalization/demo/image/cat.jpg

File renamed without changes.

tools/merge_batch_normalization/demo/merge_batch_norm.py renamed to deployment/model/merge_batch_normalization/demo/merge_batch_norm.py

File renamed without changes.

tools/merge_batch_normalization/demo/mobilenet_with_bn.py renamed to deployment/model/merge_batch_normalization/demo/mobilenet_with_bn.py

File renamed without changes.

tools/merge_batch_normalization/demo/mobilenet_without_bn.py renamed to deployment/model/merge_batch_normalization/demo/mobilenet_without_bn.py

File renamed without changes.

tools/merge_batch_normalization/demo/models/merged_model.tar.gz renamed to deployment/model/merge_batch_normalization/demo/models/merged_model.tar.gz

File renamed without changes.

tools/merge_batch_normalization/demo/models/mobilenet_flowers102.tar.gz renamed to deployment/model/merge_batch_normalization/demo/models/mobilenet_flowers102.tar.gz

File renamed without changes.

0 commit comments

Comments
 (0)