From 2f3cd70130e0d5568889d3a31273d8b9445a93cc Mon Sep 17 00:00:00 2001 From: groupuser Date: Fri, 24 Oct 2025 05:35:05 +0000 Subject: [PATCH] =?UTF-8?q?Automatically=20updated=20from=20=EB=AA=A8?= =?UTF-8?q?=EB=8D=B8=20=EB=B0=B0=ED=8F=AC(469:tensorflow-fashion-mnist)=20?= =?UTF-8?q?by=20=EA=B7=B8=EB=A3=B9=EC=82=AC=EC=9A=A9=EC=9E=90(groupuser)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.pbtxt | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/config.pbtxt b/config.pbtxt index 874dc91..350e5ea 100644 --- a/config.pbtxt +++ b/config.pbtxt @@ -11,7 +11,7 @@ input [ dims: [ -1, 28, 28, 1 ] }, { - name: "Conv2_input" + name: "Conv2_input2" data_type: TYPE_UINT16 dims: [ -1, 16 ] reshape { @@ -25,17 +25,25 @@ input [ reshape { shape: [ 123 ] } + }, + { + name: "Conv4_input4" + data_type: TYPE_UINT8 + dims: [ 4 ] + reshape { + shape: [ 4 ] + } } ] output [ { - name: "Softmax" + name: "Softmax11" data_type: TYPE_FP32 dims: [ -1, 10 ] }, { - name: "Softmax2" + name: "Softmax222" data_type: TYPE_UINT16 dims: [ 1 ] reshape {