commit a400daa81a5a63d4f14fda43505a20f3b4fb330a Author: jaeheon Date: Tue Sep 30 08:59:17 2025 +0900 fashion-mnist diff --git a/1/model.savedmodel/saved_model.pb b/1/model.savedmodel/saved_model.pb new file mode 100644 index 0000000..023c0c1 Binary files /dev/null and b/1/model.savedmodel/saved_model.pb differ diff --git a/1/model.savedmodel/variables/variables.data-00000-of-00001 b/1/model.savedmodel/variables/variables.data-00000-of-00001 new file mode 100644 index 0000000..bb85ef8 Binary files /dev/null and b/1/model.savedmodel/variables/variables.data-00000-of-00001 differ diff --git a/1/model.savedmodel/variables/variables.index b/1/model.savedmodel/variables/variables.index new file mode 100644 index 0000000..9fa5627 Binary files /dev/null and b/1/model.savedmodel/variables/variables.index differ diff --git a/config.pbtxt b/config.pbtxt new file mode 100644 index 0000000..dbb6fda --- /dev/null +++ b/config.pbtxt @@ -0,0 +1,19 @@ +name: "fashion-mnist" +platform: "tensorflow_savedmodel" +backend: "tensorflow" + +input: [ + { + name: "Conv1_input" + data_type: TYPE_FP32 + dims: [-1, 28, 28, 1] + } +] + +output: [ + { + name: "Softmax" + data_type: TYPE_FP32 + dims: [-1, 10] + } +]