From 450ead6bd9eac90d86beef5040e918d2c462e274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=8C=AF=E6=9C=8B?= <3233877662@qq.com> Date: Thu, 5 May 2022 09:34:14 +0000 Subject: [PATCH] update --- .../test/train_performance_8p.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/TensorFlow/built-in/cv/image_classification/MobileNetV2_ID0074_for_TensorFlow/test/train_performance_8p.sh b/TensorFlow/built-in/cv/image_classification/MobileNetV2_ID0074_for_TensorFlow/test/train_performance_8p.sh index 0c8280455..5a23bc2b1 100644 --- a/TensorFlow/built-in/cv/image_classification/MobileNetV2_ID0074_for_TensorFlow/test/train_performance_8p.sh +++ b/TensorFlow/built-in/cv/image_classification/MobileNetV2_ID0074_for_TensorFlow/test/train_performance_8p.sh @@ -7,6 +7,7 @@ cur_path=`pwd` #保证rank table file 文件rank_table_8p.json存放在和test同级的configs目录下 export JOB_ID=9999001 export RANK_SIZE=8 +export TUNE_BANK_PATH=/npu/split/MobileNetV2_ID0074_for_TensorFlow export RANK_ID=ascend8p export SLOG_PRINT_TO_STDOUT=0 export RANK_TABLE_FILE=${cur_path}/../configs/rank_table_8p.json -- Gitee