未验证 提交 89c9f363 编写于 作者: M MissPenguin 提交者: GitHub

Merge pull request #4320 from MissPenguin/dygraph

fix doc
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
[1.1 Requirements](#Requirements) [1.1 Requirements](#Requirements)
[1.2 Install PaddleDetection](#Install PaddleDetection) [1.2 Install PaddleDetection](#Install_PaddleDetection)
[2. Data preparation](#Data preparation) [2. Data preparation](#Data_reparation)
[3. Configuration](#Configuration) [3. Configuration](#Configuration)
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
[6. Deployment](#Deployment) [6. Deployment](#Deployment)
[6.1 Export model](#Export model) [6.1 Export model](#Export_model)
[6.2 Inference](#Inference) [6.2 Inference](#Inference)
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
- CUDA >= 10.1 - CUDA >= 10.1
- cuDNN >= 7.6 - cuDNN >= 7.6
<a name="Install PaddleDetection"></a> <a name="Install_PaddleDetection"></a>
### 1.2 Install PaddleDetection ### 1.2 Install PaddleDetection
...@@ -51,7 +51,7 @@ pip install -r requirements.txt ...@@ -51,7 +51,7 @@ pip install -r requirements.txt
For more installation tutorials, please refer to: [Install doc](https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.1/docs/tutorials/INSTALL_cn.md) For more installation tutorials, please refer to: [Install doc](https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.1/docs/tutorials/INSTALL_cn.md)
<a name="Data preparation"></a> <a name="Data_preparation"></a>
## 2. Data preparation ## 2. Data preparation
...@@ -165,7 +165,7 @@ python tools/infer.py -c configs/ppyolo/ppyolov2_r50vd_dcn_365e_coco.yml --infer ...@@ -165,7 +165,7 @@ python tools/infer.py -c configs/ppyolo/ppyolov2_r50vd_dcn_365e_coco.yml --infer
Use your trained model in Layout Parser Use your trained model in Layout Parser
<a name="Export model"></a> <a name="Export_model"></a>
### 6.1 Export model ### 6.1 Export model
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册