From 89f77c41ec87a6f82fbc17958c0cb5ea442a6faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=AE=BF=E5=AE=87?= Date: Thu, 14 Jul 2022 11:09:51 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A8=E7=90=86=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E8=BE=93=E5=87=BAtensor=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../InceptionV3_ID0504_for_TensorFlow/infer_from_pb_cv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/built-in/cv/image_classification/InceptionV3_ID0504_for_TensorFlow/infer_from_pb_cv.py b/TensorFlow/built-in/cv/image_classification/InceptionV3_ID0504_for_TensorFlow/infer_from_pb_cv.py index 358f8b3c8..5061e0cf6 100644 --- a/TensorFlow/built-in/cv/image_classification/InceptionV3_ID0504_for_TensorFlow/infer_from_pb_cv.py +++ b/TensorFlow/built-in/cv/image_classification/InceptionV3_ID0504_for_TensorFlow/infer_from_pb_cv.py @@ -36,7 +36,7 @@ def parse_args(): help="""label file""") parser.add_argument('--input_tensor_name', default = 'input:0', help = """input_tensor_name""") - parser.add_argument('--output_tensor_name', default='InceptionV4/Logits/Logits/BiasAdd:0', + parser.add_argument('--output_tensor_name', default='InceptionV4/Logits/SpatialSqueeze:0', help="""output_tensor_name""") args, unknown_args = parser.parse_known_args() if len(unknown_args) > 0: -- Gitee