diff --git a/TensorFlow/built-in/cv/image_classification/DenseNet161_ID1579_for_TensorFlow/test/train_full_8p.sh b/TensorFlow/built-in/cv/image_classification/DenseNet161_ID1579_for_TensorFlow/test/train_full_8p.sh index 6279c722dab5511c95e346edbebb9fda6302c129..969a371f4698c34ccad092c6ed158cd0fd10cc4b 100644 --- a/TensorFlow/built-in/cv/image_classification/DenseNet161_ID1579_for_TensorFlow/test/train_full_8p.sh +++ b/TensorFlow/built-in/cv/image_classification/DenseNet161_ID1579_for_TensorFlow/test/train_full_8p.sh @@ -160,7 +160,7 @@ echo "E2E Training Duration sec : $e2e_time" #训练用例信息,不需要修改 BatchSize=${batch_size} DeviceType=`uname -m` -CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' +CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZE}'p'_'acc' ##获取性能数据,不需要修改 #吞吐量 diff --git a/TensorFlow/built-in/recommendation/DeepFM_ID0030_for_TensorFlow/test/train_full_8p.sh b/TensorFlow/built-in/recommendation/DeepFM_ID0030_for_TensorFlow/test/train_full_8p.sh index 07da24265176d25ff6047d04a4b2e8b2b783cb4b..b7445943f573f226277639c4abea3b31e2aa07a1 100644 --- a/TensorFlow/built-in/recommendation/DeepFM_ID0030_for_TensorFlow/test/train_full_8p.sh +++ b/TensorFlow/built-in/recommendation/DeepFM_ID0030_for_TensorFlow/test/train_full_8p.sh @@ -134,7 +134,7 @@ echo "E2E training Duration sec: $e2e_time" #训练用例信息,不需要修改 BatchSize=${batch_size} DeviceType=`uname -m` -CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' +CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZE}'p'_'acc' TrainAccuracy=`grep "eval auc:" $cur_path/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log | awk 'END {print $8}'` #打印,不需要修改 diff --git a/TensorFlow/built-in/recommendation/WideDeep_ID0028_for_TensorFlow/test/train_performance_8p.sh b/TensorFlow/built-in/recommendation/WideDeep_ID0028_for_TensorFlow/test/train_performance_8p.sh index eef86f05e9107e78f01370fb143a5c4db5bc73ef..0a515f7f186ba406a993de8e9aeb1f7b6b0622aa 100644 --- a/TensorFlow/built-in/recommendation/WideDeep_ID0028_for_TensorFlow/test/train_performance_8p.sh +++ b/TensorFlow/built-in/recommendation/WideDeep_ID0028_for_TensorFlow/test/train_performance_8p.sh @@ -165,7 +165,7 @@ echo "E2E training Duration sec: $e2e_time" #训练用例信息,不需要修改 BatchSize=${batch_size} DeviceType=`uname -m` -CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZE}'p'_'acc' +CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' ##获取性能数据,不需要修改 grep "fps :" $cur_path/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log > FPS.log diff --git a/TensorFlow/contrib/cv/Gitloss_ID1277_for_TensorFlow/test/train_full_1p.sh b/TensorFlow/contrib/cv/Gitloss_ID1277_for_TensorFlow/test/train_full_1p.sh index 66ad6d98b178b245b2744adfa532c1f260176262..7b3ae8dc12fe6ba9630b99a8d26231beef2a46da 100644 --- a/TensorFlow/contrib/cv/Gitloss_ID1277_for_TensorFlow/test/train_full_1p.sh +++ b/TensorFlow/contrib/cv/Gitloss_ID1277_for_TensorFlow/test/train_full_1p.sh @@ -157,7 +157,7 @@ echo "E2E Training Duration sec : $e2e_time" #训练用例信息,不需要修改 BatchSize=${batch_size} DeviceType=`uname -m` -CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' +CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'acc' ##获取性能数据,不需要修改 #吞吐量 diff --git a/TensorFlow/contrib/cv/LMTCNN_ID1278_for_TensorFlow/test/train_full_1p.sh b/TensorFlow/contrib/cv/LMTCNN_ID1278_for_TensorFlow/test/train_full_1p.sh index 1e056c4cf32971a68ff24f202ae5a327a2da8193..8b967b9bcbeb41d46ec65e66e2eb43d3feaae96a 100644 --- a/TensorFlow/contrib/cv/LMTCNN_ID1278_for_TensorFlow/test/train_full_1p.sh +++ b/TensorFlow/contrib/cv/LMTCNN_ID1278_for_TensorFlow/test/train_full_1p.sh @@ -153,7 +153,7 @@ TrainingTime=`grep "sec/batch" $cur_path/test/output/${ASCEND_DEVICE_ID}/train_ #训练用例信息,不需要修改 BatchSize=${batch_size} DeviceType=`uname -m` -CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' +CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'acc' train_acc=`grep "Gender" ${cur_path}test/output/${ASCEND_DEVICE_ID}/test_${ASCEND_DEVICE_ID}.log |awk '{print $9}'` diff --git a/TensorFlow/contrib/cv/pointnet++/PointNet++_ID0507_for_TensorFlow/test/train_full_1p.sh b/TensorFlow/contrib/cv/pointnet++/PointNet++_ID0507_for_TensorFlow/test/train_full_1p.sh index bf86f1da3bb8542263689c3ef554fd8ffa9e09e7..998c3689cabbc9bf709b03b58861ea1590863188 100644 --- a/TensorFlow/contrib/cv/pointnet++/PointNet++_ID0507_for_TensorFlow/test/train_full_1p.sh +++ b/TensorFlow/contrib/cv/pointnet++/PointNet++_ID0507_for_TensorFlow/test/train_full_1p.sh @@ -161,7 +161,7 @@ echo "E2E Training Duration sec : $e2e_time" #训练用例信息,不需要修改 BatchSize=${batch_size} DeviceType=`uname -m` -CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' +CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'acc' ##获取性能数据,不需要修改 #吞吐量 diff --git a/TensorFlow/contrib/cv/xception/Xception_ID0178_for_TensorFlow/test/train_full_1p.sh b/TensorFlow/contrib/cv/xception/Xception_ID0178_for_TensorFlow/test/train_full_1p.sh index 7b38cbc1b0a48f8cf6e4fe6fb7d7593ff2aca082..1f3d11726e7a7ec136bfd2b8d83c7bec72c329c0 100644 --- a/TensorFlow/contrib/cv/xception/Xception_ID0178_for_TensorFlow/test/train_full_1p.sh +++ b/TensorFlow/contrib/cv/xception/Xception_ID0178_for_TensorFlow/test/train_full_1p.sh @@ -156,7 +156,7 @@ echo "E2E Training Duration sec : $e2e_time" #训练用例信息,不需要修改 BatchSize=${batch_size} DeviceType=`uname -m` -CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' +CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'acc' ##获取性能数据,不需要修改 #吞吐量