Skip to content

Commit

Permalink
Refine api document (PaddlePaddle#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceci3 authored and wanghaoshuang committed Jan 22, 2020
1 parent 7790b33 commit 648978c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/docs/tutorials/nas_demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
本示例介绍如何使用网络结构搜索接口,搜索到一个更小或者精度更高的模型,该文档仅介绍paddleslim中SANAS的使用及如何利用SANAS得到模型结构,完整示例代码请参考sa_nas_mobilenetv2.py或者block_sa_nas_mobilenetv2.py。

## 接口介绍
请参考<a href='../api/nas_api.md'>神经网络搜索API介绍</a>
请参考[神经网络搜索API介绍](https://paddlepaddle.github.io/PaddleSlim/api/nas_api/)

### 1. 配置搜索空间

详细的搜索空间配置可以参考<a href='../search_space.md'>搜索空间</a>。
```
详细的搜索空间配置可以参考[搜索空间介绍](https://paddlepaddle.github.io/PaddleSlim/search_space/)

```python
config = [('MobileNetV2Space')]

```
Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nav:
- 量化训练: tutorials/quant_aware_demo.md
- Embedding量化: tutorials/quant_embedding_demo.md
- SA搜索: tutorials/nas_demo.md
- 搜索空间: search_space.md
- 搜索空间: search_space.md
- 知识蒸馏: tutorials/distillation_demo.md
- API:
- 量化: api/quantization_api.md
Expand Down

0 comments on commit 648978c

Please sign in to comment.