From 474c9c4c59f5d6f0d4e362b56ad973bb5b3ce7ee Mon Sep 17 00:00:00 2001 From: root Date: Wed, 2 Nov 2022 11:05:52 +0800 Subject: [PATCH] remove print info --- .../detection/SRNTT-l2_ID0272_for_TensorFlow/SRNTT/model.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/TensorFlow/built-in/cv/detection/SRNTT-l2_ID0272_for_TensorFlow/SRNTT/model.py b/TensorFlow/built-in/cv/detection/SRNTT-l2_ID0272_for_TensorFlow/SRNTT/model.py index 4cfacceff..fe575fe9b 100644 --- a/TensorFlow/built-in/cv/detection/SRNTT-l2_ID0272_for_TensorFlow/SRNTT/model.py +++ b/TensorFlow/built-in/cv/detection/SRNTT-l2_ID0272_for_TensorFlow/SRNTT/model.py @@ -49,11 +49,6 @@ os.environ['KMP_DUPLICATE_LIB_OK'] = 'True' RANK_SIZE = int(os.environ['RANK_SIZE']) RANK_ID = int(os.environ['RANK_ID']) -MY_DEVICE_ID = int(os.environ['DEVICE_ID']) -MY_ASCEND_DEVICE_ID = int(os.environ['ASCEND_DEVICE_ID']) -print("MY DEVICE ID:",MY_DEVICE_ID) -print("MY ASCEND DEVICE ID:",MY_ASCEND_DEVICE_ID) - # set logging logging.basicConfig( level=logging.INFO, -- Gitee