From 3a5ca020addc7939f95d1251c23223e8587c65f5 Mon Sep 17 00:00:00 2001 From: andyjpaddle Date: Thu, 28 Apr 2022 06:43:24 +0000 Subject: [PATCH] update doc --- doc/doc_en/detection_en.md | 2 +- doc/doc_en/recognition_en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doc_en/detection_en.md b/doc/doc_en/detection_en.md index 640b8f95..76e0f850 100644 --- a/doc/doc_en/detection_en.md +++ b/doc/doc_en/detection_en.md @@ -165,7 +165,7 @@ python3 -m paddle.distributed.launch --ips="xx.xx.xx.xx,xx.xx.xx.xx" --gpus '0,1 Knowledge distillation is supported in PaddleOCR for text detection training process. For more details, please refer to [doc](./knowledge_distillation_en.md). -### 2.7 Training on other platform(Windows/macOS/Linux DCU +### 2.7 Training on other platform(Windows/macOS/Linux DCU) - Windows GPU/CPU The Windows platform is slightly different from the Linux platform: diff --git a/doc/doc_en/recognition_en.md b/doc/doc_en/recognition_en.md index 33cbf72a..a6b255f9 100644 --- a/doc/doc_en/recognition_en.md +++ b/doc/doc_en/recognition_en.md @@ -361,7 +361,7 @@ Eval: ``` -### 2.8 Training on other platform(Windows/macOS/Linux DCU +### 2.8 Training on other platform(Windows/macOS/Linux DCU) - Windows GPU/CPU The Windows platform is slightly different from the Linux platform: -- GitLab