From 6f5c4b4dac30c277cbef152b6c9612f422a8dcbe Mon Sep 17 00:00:00 2001 From: limingxing517 Date: Mon, 31 Jul 2023 01:42:46 +0000 Subject: [PATCH] update Signed-off-by: limingxing517 --- .../SRGAN_ID1881_for_TensorFlow/test/train_performance_1p.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TensorFlow/built-in/cv/image_synthesis/SRGAN_ID1881_for_TensorFlow/test/train_performance_1p.sh b/TensorFlow/built-in/cv/image_synthesis/SRGAN_ID1881_for_TensorFlow/test/train_performance_1p.sh index fa33bd3c1..a84c68f7e 100644 --- a/TensorFlow/built-in/cv/image_synthesis/SRGAN_ID1881_for_TensorFlow/test/train_performance_1p.sh +++ b/TensorFlow/built-in/cv/image_synthesis/SRGAN_ID1881_for_TensorFlow/test/train_performance_1p.sh @@ -32,7 +32,7 @@ do if [[ $para == --data_path* ]];then data_path=`echo ${para#*=}` elif [[ $para == --ffts* ]];then - ffts=`echo ${para#*=} + ffts=`echo ${para#*=}` fi if [[ $para == --conda_name* ]];then @@ -124,7 +124,6 @@ echo "Final Performance images/sec : $FPS" #训练用例信息,不需要修改 BatchSize=${batch_size} DeviceType=`uname -m` -CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' if [[ ${ffts} == "--ffts" ]];then CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf'_'ffts' else -- Gitee