From 24723774b67ff54b34e3f0a27c9a6dc515c579da Mon Sep 17 00:00:00 2001 From: ykxia Date: Tue, 22 Nov 2022 14:11:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0Case=20RT2=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../test/train_RT2__performance_8p.sh | 2 +- .../test/train_RT2_performance_1p.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TensorFlow/built-in/cv/detection/FasterRcnn_resnet50_ID0010_for_TensorFlow/test/train_RT2__performance_8p.sh b/TensorFlow/built-in/cv/detection/FasterRcnn_resnet50_ID0010_for_TensorFlow/test/train_RT2__performance_8p.sh index 85d4d145f..4907eef77 100644 --- a/TensorFlow/built-in/cv/detection/FasterRcnn_resnet50_ID0010_for_TensorFlow/test/train_RT2__performance_8p.sh +++ b/TensorFlow/built-in/cv/detection/FasterRcnn_resnet50_ID0010_for_TensorFlow/test/train_RT2__performance_8p.sh @@ -171,7 +171,7 @@ for pid in "${pids[@]}"; do Network=FasterRcnn_resnet50_ID0010_for_TensorFlow DeviceType=`uname -m` - CaseName=${Network}${name_bind}_${backbone}_bs${batch_size}_${RANK_SIZE}'p'_'perf' + CaseName=${Network}${name_bind}_${backbone}_bs${batch_size}_${RANK_SIZE}'p'_'RT2'_'perf' ActualFPS=${FPS} TrainingTime=`awk 'BEGIN{printf "%.2f\n",'${batch_size}'*1000/'${FPS}'}'` diff --git a/TensorFlow/built-in/cv/detection/FasterRcnn_resnet50_ID0010_for_TensorFlow/test/train_RT2_performance_1p.sh b/TensorFlow/built-in/cv/detection/FasterRcnn_resnet50_ID0010_for_TensorFlow/test/train_RT2_performance_1p.sh index 4c8193f82..1fdbeaf90 100644 --- a/TensorFlow/built-in/cv/detection/FasterRcnn_resnet50_ID0010_for_TensorFlow/test/train_RT2_performance_1p.sh +++ b/TensorFlow/built-in/cv/detection/FasterRcnn_resnet50_ID0010_for_TensorFlow/test/train_RT2_performance_1p.sh @@ -164,7 +164,7 @@ for pid in "${pids[@]}"; do Network=FasterRcnn_resnet50_ID0010_for_TensorFlow DeviceType=`uname -m` - CaseName=${Network}_${backbone}_bs${batch_size}_${RANK_SIZE}'p'_'perf' + CaseName=${Network}_${backbone}_bs${batch_size}_${RANK_SIZE}'p'_'RT2'_'perf' ActualFPS=${FPS} TrainingTime=`awk 'BEGIN{printf "%.2f\n",'${batch_size}'*1000/'${FPS}'}'` @@ -187,4 +187,4 @@ for pid in "${pids[@]}"; do #eval版本需求开发中,精度结果临时看护最终的loss echo "Final Training Accuracy loss: $ActualLoss" -done \ No newline at end of file +done -- Gitee