From 67ab6edf76a1a2e76f6328a6613e5b780b72d81d Mon Sep 17 00:00:00 2001 From: acosta123 <42226556+acosta123@users.noreply.github.com> Date: Mon, 3 Jun 2019 10:33:41 +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 4f75737c5..85f0aae00 100644 --- a/doc/fluid/advanced_usage/paddle_slim/paddle_slim_en.md +++ b/doc/fluid/advanced_usage/paddle_slim/paddle_slim_en.md @@ -30,7 +30,7 @@ PaddleSlim is a sub-module of PaddlePaddle, which is initially released in the 1 Paddle-Slim tool library has the following features: -### Easy Interface +### Simplified Interface - Manage configurable parameters intensively by configuring-file ways for convenience for experiment management. - Based on training scripts of common models, model compression can be realized by adding only a few codes. -- GitLab