From e268f0a88bfa33a933ec69d23d1bf55b82b0da79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=94=9C=E7=94=9C?= Date: Fri, 8 Apr 2022 08:17:14 +0000 Subject: [PATCH] update train_performance_1p.sh. --- .../MobileNetV1_for_TensorFlow/test/train_performance_1p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/built-in/cv/image_classification/MobileNetV1_for_TensorFlow/test/train_performance_1p.sh b/TensorFlow/built-in/cv/image_classification/MobileNetV1_for_TensorFlow/test/train_performance_1p.sh index 8c1ec8b6e..af6d97c87 100644 --- a/TensorFlow/built-in/cv/image_classification/MobileNetV1_for_TensorFlow/test/train_performance_1p.sh +++ b/TensorFlow/built-in/cv/image_classification/MobileNetV1_for_TensorFlow/test/train_performance_1p.sh @@ -8,7 +8,7 @@ cur_path=`pwd` export RANK_SIZE=1 export JOB_ID=10087 RANK_ID_START=0 - +unset LD_PRELOAD # 数据集路径,保持为空,不需要修改 data_path="/npu/traindata/imagenet_TF" -- Gitee