diff --git a/configs/ppyoloe/README.md b/configs/ppyoloe/README.md index f144b1c5f0dbf91de9e93835e6536ab060c0105b..0073fb6be36ab32c58a51637768e3c79a7090f4c 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 42a9b6e05589674758707fb7dbdf38af67b71624..f45820616232af9ae0ee7f00843e8230621cfbb7 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). ### 评估