From 21688144d083c06b495b9fa39fc38846d8eac4c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A2=9C=E4=BA=9A=E6=96=87?= <18013846960@189.cn> Date: Mon, 18 Apr 2022 01:20:45 +0000 Subject: [PATCH] update TensorFlow/contrib/cv/YOLOV5_ID0378_for_TensorFlow/test/train_full_1p.sh. --- .../cv/YOLOV5_ID0378_for_TensorFlow/test/train_full_1p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/contrib/cv/YOLOV5_ID0378_for_TensorFlow/test/train_full_1p.sh b/TensorFlow/contrib/cv/YOLOV5_ID0378_for_TensorFlow/test/train_full_1p.sh index b19ccb843..c7030e696 100644 --- a/TensorFlow/contrib/cv/YOLOV5_ID0378_for_TensorFlow/test/train_full_1p.sh +++ b/TensorFlow/contrib/cv/YOLOV5_ID0378_for_TensorFlow/test/train_full_1p.sh @@ -119,7 +119,7 @@ then python3.7 ./get_map.py --data_url=${data_path} else python3.7 ./train.py 1>${print_log} 2>&1 - python3.7 ./get_map.py --data_url=${data_path} 1>${print_log} 2>&1 + python3.7 ./get_map.py --data_url=${data_path} 1>>${print_log} 2>&1 fi # 性能相关数据计算 -- Gitee