From 7bf8230bcc4eb095c2f4080314e6f57be0746112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=95=85?= Date: Tue, 15 Aug 2023 10:35:31 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9casename=E8=8E=B7=E5=8F=96=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9casename=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘畅 --- .../test/train_performance_8p.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TensorFlow/built-in/cv/image_classification/MiniGo_ID0629_for_TensorFlow/test/train_performance_8p.sh b/TensorFlow/built-in/cv/image_classification/MiniGo_ID0629_for_TensorFlow/test/train_performance_8p.sh index 566ebe837..3d86d6562 100644 --- a/TensorFlow/built-in/cv/image_classification/MiniGo_ID0629_for_TensorFlow/test/train_performance_8p.sh +++ b/TensorFlow/built-in/cv/image_classification/MiniGo_ID0629_for_TensorFlow/test/train_performance_8p.sh @@ -68,7 +68,7 @@ python3 bootstrap.py --work_dir=$cur_path/estimator_working_dir --export_path=$c wait export ASCEND_DEVICE_ID=0 -export RANK_SIZE=8 +export RANK_SIZES=8 #export RANK_TABLE_FILE="${cur_path}/test/8p.json" export JOB_ID=10086 @@ -130,9 +130,9 @@ BatchSize=${batch_size} DeviceType=`uname -m` #用例名称,自动获取 if [[ $precision_mode == "must_keep_origin_dtype" ]];then - CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'fp32'_'perf' + CaseName=${Network}_bs${BatchSize}_${RankSize}'p'_'fp32'_'perf' else - CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' + CaseName=${Network}_bs${BatchSize}_${RankSize}'p'_'perf' fi #获取性能 TrainingTime=`grep "tensorflow:global_step/sec" $cur_path/test/output/$ASCEND_DEVICE_ID/train_$ASCEND_DEVICE_ID.log|awk 'END {print $2}'` -- Gitee