Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#4320 from MissPenguin/dygraph
Browse files Browse the repository at this point in the history
fix doc
  • Loading branch information
MissPenguin authored Oct 13, 2021
2 parents c9d32d2 + 992de4e commit 89c9f36
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ppstructure/layout/train_layoutparser_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

[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)

Expand All @@ -16,7 +16,7 @@

[6. Deployment](#Deployment)

[6.1 Export model](#Export model)
[6.1 Export model](#Export_model)

[6.2 Inference](#Inference)

Expand All @@ -35,7 +35,7 @@
- CUDA >= 10.1
- cuDNN >= 7.6

<a name="Install PaddleDetection"></a>
<a name="Install_PaddleDetection"></a>

### 1.2 Install PaddleDetection

Expand All @@ -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)

<a name="Data preparation"></a>
<a name="Data_preparation"></a>

## 2. Data preparation

Expand Down Expand Up @@ -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

<a name="Export model"></a>
<a name="Export_model"></a>

### 6.1 Export model

Expand Down

0 comments on commit 89c9f36

Please sign in to comment.