Mobile icon indicating copy to clipboard operation
Mobile copied to clipboard

Embedded and Mobile Deployment

Mobile

Build Status Documentation Status Download License

Here mainly describes how to deploy PaddlePaddle to the mobile end, as well as some deployment optimization methods and some benchmark.

Build PaddlePaddle

Demo

  • A command-line inference demo.
  • iOS demo of PDCamera

Deployment optimization methods

Optimization for the library:

  • How to build PaddlePaddle mobile inference library with minimum size.

Optimization for models:

  • Merge batch normalization layers
  • Compress the model based on rounding
  • Merge model's config and parameters
  • How to deploy int8 model in mobile inference with PaddlePaddle

Model compression

  • How to use pruning to train smaller model

PaddlePaddle mobile benchmark

This tutorial is contributed by PaddlePaddle and licensed under the Apache-2.0 license.