Skip to content

Commit

Permalink
Polish README (PaddlePaddle#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingqing01 committed Oct 30, 2019
1 parent d4d6beb commit 382a802
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Advanced Features:

- [Installation guide](docs/INSTALL.md)
- [Quick start on small dataset](docs/QUICK_STARTED.md)
- [Guide to traing, evaluate and arguments description](docs/GETTING_STARTED.md)
- For detailed training and evaluation workflow, please refer to [GETTING_STARTED](docs/GETTING_STARTED.md)
- [Guide to preprocess pipeline and custom dataset](docs/DATA.md)
- [Introduction to the configuration workflow](docs/CONFIG.md)
- [Examples for detailed configuration explanation](docs/config_example/)
Expand All @@ -80,13 +80,13 @@ Advanced Features:

## Model compression

- [ Quantification aware training example](slim/quantization)
- [ Pruning compression example](slim/prune)
- [Quantization-aware training example](slim/quantization)
- [Model pruning example](slim/prune)

## Depoly
## Deployment

- [Export model for inference depolyment](docs/EXPORT_MODEL.md)
- [C++ inference depolyment](inference/README.md)
- [Export model for inference](docs/EXPORT_MODEL.md)
- [C++ inference](inference/README.md)

## Benchmark

Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ PaddleDetection的目的是为工业界和学术界提供丰富、易用的目

- [安装说明](docs/INSTALL_cn.md)
- [快速开始](docs/QUICK_STARTED_cn.md)
- [训练、评估及参数说明](docs/GETTING_STARTED_cn.md)
- [训练、评估流程](docs/GETTING_STARTED_cn.md)
- [数据预处理及自定义数据集](docs/DATA_cn.md)
- [配置模块设计和介绍](docs/CONFIG_cn.md)
- [详细的配置信息和参数说明示例](docs/config_example/)
Expand Down

0 comments on commit 382a802

Please sign in to comment.