diff --git a/doc/fluid/advanced_usage/paddle_slim/paddle_slim_en.md b/doc/fluid/advanced_usage/paddle_slim/paddle_slim_en.md index ddcca91cf9b181ca7f4fc7c3a47370bb484de097..a781807103d3a49c3752eef8585ff4532fdf9b89 100644 --- a/doc/fluid/advanced_usage/paddle_slim/paddle_slim_en.md +++ b/doc/fluid/advanced_usage/paddle_slim/paddle_slim_en.md @@ -57,7 +57,7 @@ Refer to [Documentation](https://github.com/PaddlePaddle/models/blob/develop/Pad ## An overview of the architecture The overall principle of the model compression tool is briefly introduced here to help you understand the workflow. -**figure 1** shows the architecture of the model compression tool, which is a API-relying relation from top to bottom. The distillation, quantization and pruning modules all rely on the bottom paddle framework indirectly. At present, the model compression tool serves as a part of PaddlePaddle framework, so users who have installed paddle of ordinary version have to download and install paddle supporting model compression again for the compression function. +**figure 1** shows the architecture of the model compression tool, which arranged by API dependency from top to bottom. The distillation, quantization and pruning modules all rely on the bottom paddle framework indirectly. At present, the model compression tool serves as a part of PaddlePaddle framework, so users who have installed paddle of ordinary version have to download and install paddle supporting model compression again for the compression function.