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 4cfacceff6d4cb7e0f7ed7b74d5475c74e22be9e..fe575fe9b3555f1974fdd3d1082af536fbe4822b 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,