From a9906cf644025084ecb30a5f805d92c9d5a8d8b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=A2=E6=96=87=E6=A0=8B?= <13298410087@163.com> Date: Thu, 31 Mar 2022 02:59:58 +0000 Subject: [PATCH] dynamic_input --- .../2D_Unet_ID2337_for_TensorFlow/test/train_performance_1p.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TensorFlow/built-in/cv/image_segmentation/2D_Unet_ID2337_for_TensorFlow/test/train_performance_1p.sh b/TensorFlow/built-in/cv/image_segmentation/2D_Unet_ID2337_for_TensorFlow/test/train_performance_1p.sh index fef0301de..26b66a5df 100644 --- a/TensorFlow/built-in/cv/image_segmentation/2D_Unet_ID2337_for_TensorFlow/test/train_performance_1p.sh +++ b/TensorFlow/built-in/cv/image_segmentation/2D_Unet_ID2337_for_TensorFlow/test/train_performance_1p.sh @@ -1,6 +1,8 @@ #!/bin/bash cur_path=`pwd`/../ +export ASCEND_SLOG_PRINT_TO_STDOUT=1 +export ASCEND_GLOBA_LOG_LEVEL=0 #基础参数,需要模型审视修改 #Batch Size batch_size=2 -- Gitee