From 339eed8b64b22043230c96b051412f414042cc21 Mon Sep 17 00:00:00 2001 From: shangliang Xu Date: Mon, 5 Dec 2022 12:59:47 +0800 Subject: [PATCH] [docs] fix deadline in ppyoloe docs, test=document_fix (#7456) --- configs/ppyoloe/README.md | 2 +- configs/ppyoloe/README_cn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/ppyoloe/README.md b/configs/ppyoloe/README.md index f144b1c5f..0073fb6be 100644 --- a/configs/ppyoloe/README.md +++ b/configs/ppyoloe/README.md @@ -92,7 +92,7 @@ python -m paddle.distributed.launch --gpus 0,1,2,3,4,5,6,7 tools/train.py -c con **Notes:** - If you need to evaluate while training, please add `--eval`. - PP-YOLOE+ supports mixed precision training, please add `--amp`. -- PaddleDetection supports multi-machine distribued training, you can refer to [DistributedTraining tutorial](../../docs/DistributedTraining_en.md). +- PaddleDetection supports multi-machine distribued training, you can refer to [DistributedTraining tutorial](../../docs/tutorials/DistributedTraining_en.md). ### Evaluation diff --git a/configs/ppyoloe/README_cn.md b/configs/ppyoloe/README_cn.md index 42a9b6e05..f45820616 100644 --- a/configs/ppyoloe/README_cn.md +++ b/configs/ppyoloe/README_cn.md @@ -92,7 +92,7 @@ python -m paddle.distributed.launch --gpus 0,1,2,3,4,5,6,7 tools/train.py -c con **注意:** - 如果需要边训练边评估,请添加`--eval`. - PP-YOLOE+支持混合精度训练,请添加`--amp`. -- PaddleDetection支持多机训练,可以参考[多机训练教程](../../docs/DistributedTraining_cn.md). +- PaddleDetection支持多机训练,可以参考[多机训练教程](../../docs/tutorials/DistributedTraining_cn.md). ### 评估 -- GitLab