diff --git a/docs/en/extension/train_with_DALI_en.md b/docs/en/extension/train_with_DALI_en.md index 8318b93ce..a67a76166 100644 --- a/docs/en/extension/train_with_DALI_en.md +++ b/docs/en/extension/train_with_DALI_en.md @@ -49,7 +49,7 @@ python -m paddle.distributed.launch \ ## Train with FP16 -On the basis of the above, using FP16 half-precision can further improve the training speed, you can refer the following command. +On the basis of the above, using FP16 half-precision can further improve the training speed, you can refer to the following command. ```shell export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7