From 7e840bd8c5dd8b5b3d45c38c38ad10a508e56633 Mon Sep 17 00:00:00 2001 From: Bai Yifan Date: Wed, 4 Sep 2019 11:49:19 +0800 Subject: [PATCH] Add light_nas doc introduction (#3245) --- PaddleSlim/docs/demo.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/PaddleSlim/docs/demo.md b/PaddleSlim/docs/demo.md index f09a7997..bfcb6a8c 100644 --- a/PaddleSlim/docs/demo.md +++ b/PaddleSlim/docs/demo.md @@ -1,4 +1,4 @@ -
+

使用文档 @@ -14,7 +14,6 @@

- --- # Paddle模型压缩工具库使用示例 @@ -336,10 +335,12 @@ python compress.py \ | --- | --- | --- | | MobileNet v1(剪切FLOPS -50%) | -86.47%(2.3M) | 69.20% | -### 3.7 小模型结构搜索示例 +### 3.8 小模型结构搜索示例 本示例先用模拟退火策略搜索出一组tokens, 再用搜索出的tokens初始化构建模型进行训练。 +> tokens:light_nas将搜索空间中的CNN模型映射为一组token, token可以唯一地表示一个CNN模型。搜索过程就是在不断优化token, 使其构建得到的模型性能更强。 + step1: 进入路径`PaddlePaddle/models/PaddleSlim/light_nas/`。 step2: 在当前路径下,新建软链接指向上级目录的data: `ln -s ../data data`。 -- GitLab