From 6edd32dece81d5832edda1d4215a9103ed481882 Mon Sep 17 00:00:00 2001 From: YueJiang <1206052386@qq.com> Date: Mon, 20 Mar 2023 06:03:09 +0000 Subject: [PATCH] =?UTF-8?q?update=20train=5Ffull=5F8p.sh.=20=E5=86=97?= =?UTF-8?q?=E4=BD=99=E4=BB=A3=E7=A0=81=EF=BC=8C=E5=BD=B1=E5=93=8D8p=20full?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E4=B8=AD=E7=9A=84FPS=E5=92=8CE2ETime?= =?UTF-8?q?=E7=9A=84=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: YueJiang <1206052386@qq.com> --- .../ResNet50_ID0058_for_TensorFlow/test/train_full_8p.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_full_8p.sh b/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_full_8p.sh index 4ab952132..cc5390018 100644 --- a/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_full_8p.sh +++ b/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_full_8p.sh @@ -194,13 +194,6 @@ ActualFPS=${FPS} #单迭代训练时长,不需要修改 TrainingTime=`awk 'BEGIN{printf "%.2f\n",'${BatchSize}'*'${RANK_SIZES}'*1000/'${FPS}'}'` - -##获取性能数据,不需要修改 -#吞吐量 -ActualFPS=${e2e_time} -#单迭代训练时长 -TrainingTime=${e2e_time} - ##获取Loss,通过train_*.log中关键字,需要根据模型审视 grep "total_loss:" $cur_path/output/0/train_0.log|awk '{print $9}' >> $cur_path/output/$ASCEND_DEVICE_ID/train_${CaseName}_loss.txt -- Gitee