From a433b556599936bdd9d71e8536032e14caae5930 Mon Sep 17 00:00:00 2001 From: groupuser Date: Mon, 27 Oct 2025 00:36:57 +0000 Subject: [PATCH] Update config.pbtxt --- config.pbtxt | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/config.pbtxt b/config.pbtxt index 0bebca3..febb81f 100644 --- a/config.pbtxt +++ b/config.pbtxt @@ -5,33 +5,9 @@ platform: "tensorflow_savedmodel" max_batch_size: 0 input [ - { - name: "test1" - data_type: TYPE_UINT8 - dims: [ 1 ] - reshape { - shape: [ 1 ] - } - }, - { - name: "test3" - data_type: TYPE_UINT16 - dims: [ 3 ] - reshape { - shape: [ 3 ] - } - } ] output [ - { - name: "test2" - data_type: TYPE_UINT16 - dims: [ 2 ] - reshape { - shape: [ 2 ] - } - } ]