未验证 提交 258ba3c6 编写于 作者: A acosta123 提交者: GitHub

Update doc/fluid/advanced_usage/paddle_slim/paddle_slim_en.md

Co-Authored-By: NHao Wang <31058429+haowang101779990@users.noreply.github.com>
上级 1ba9efc7
......@@ -64,7 +64,7 @@ The overall principle of the model compression tool is briefly introduced here t
<strong>figure 1</strong>
</p>
As **figure 1** shows, the top purple module is user interface. When calling the model compression function in Python scripts, we only need to construct a Compressor object. Please refer to [Use Document](https://github.com/PaddlePaddle/models/blob/develop/PaddleSlim/docs/usage.md) for more details.
As **figure 1** shows, the top purple module is the user interface. When calling the model compression function in Python scripts, we only need to construct a Compressor object. Please refer to [Documentation](https://github.com/PaddlePaddle/models/blob/develop/PaddleSlim/docs/usage.md) for more details.
We call every compression algorithms compression strategies, which are called during the process of training models iteratively to complete model compression, as is shown in **figure 2**. The logic is packaged in the tool for model compression, and users only need to provide network structures, data and optimizers for model training. Please refer to [Use Document](https://github.com/PaddlePaddle/models/blob/develop/PaddleSlim/docs/usage.md) for more details.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册