From f39acc2af9498b56912c46b8afec73f36668fd1b Mon Sep 17 00:00:00 2001 From: littletomatodonkey <2120160898@bit.edu.cn> Date: Thu, 6 May 2021 15:23:48 +0800 Subject: [PATCH] Update train_with_DALI_en.md --- docs/en/extension/train_with_DALI_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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