未验证 提交 382a8027 编写于 作者: Q qingqing01 提交者: GitHub

Polish README (#7)

上级 d4d6beb2
......@@ -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/)
......@@ -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
......
......@@ -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/)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册