From 67c2cd76fadba6471cf231bfa62f223d1dea47c0 Mon Sep 17 00:00:00 2001 From: cuicheng01 <45199522+cuicheng01@users.noreply.github.com> Date: Wed, 22 Apr 2020 19:20:34 +0800 Subject: [PATCH] Update ImageAugment.md --- .../zh_CN/advanced_tutorials/image_augmentation/ImageAugment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh_CN/advanced_tutorials/image_augmentation/ImageAugment.md b/docs/zh_CN/advanced_tutorials/image_augmentation/ImageAugment.md index 532e980c..2c6fbff7 100644 --- a/docs/zh_CN/advanced_tutorials/image_augmentation/ImageAugment.md +++ b/docs/zh_CN/advanced_tutorials/image_augmentation/ImageAugment.md @@ -535,7 +535,7 @@ python -m paddle.distributed.launch \ -c ./configs/DataAugment/ResNet50_Cutout.yaml ``` -运行`run.sh` +运行`run.sh`: ```bash sh tools/run.sh -- GitLab