From ea5e477cd8967109ae3b68bb8db84518b235c890 Mon Sep 17 00:00:00 2001 From: acosta123 <42226556+acosta123@users.noreply.github.com> Date: Mon, 3 Jun 2019 10:34:01 +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 85f0aae00..08e2cc014 100644 --- a/doc/fluid/advanced_usage/paddle_slim/paddle_slim_en.md +++ b/doc/fluid/advanced_usage/paddle_slim/paddle_slim_en.md @@ -32,7 +32,7 @@ Paddle-Slim tool library has the following features: ### Simplified Interface -- Manage configurable parameters intensively by configuring-file ways for convenience for experiment management. +- 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. Refer to [Use Examples](https://github.com/PaddlePaddle/models/blob/develop/PaddleSlim/docs/demo.md) for more details -- GitLab