From 8d088e0e99b771a05cbcdc6cc13e8c8b40caa52f Mon Sep 17 00:00:00 2001 From: acosta123 <42226556+acosta123@users.noreply.github.com> Date: Mon, 3 Jun 2019 10:35:33 +0800 Subject: [PATCH] Update doc/fluid/advanced_usage/paddle_slim/paddle_slim_en.md Co-Authored-By: Hao Wang <31058429+haowang101779990@users.noreply.github.com> --- doc/fluid/advanced_usage/paddle_slim/paddle_slim_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 08e2cc014..b2b423c05 100644 --- a/doc/fluid/advanced_usage/paddle_slim/paddle_slim_en.md +++ b/doc/fluid/advanced_usage/paddle_slim/paddle_slim_en.md @@ -33,7 +33,7 @@ Paddle-Slim tool library has the following features: ### Simplified Interface - Manage configurable parameters intensively by the method of configuring files to facilitate experiment management. -- Based on training scripts of common models, model compression can be realized by adding only a few codes. +- Model compression can be realized by adding merely a few codes to common scripts of training models. Refer to [Use Examples](https://github.com/PaddlePaddle/models/blob/develop/PaddleSlim/docs/demo.md) for more details -- GitLab