fashion-mnist

This commit is contained in:
jaeheon 2025-09-30 08:59:17 +09:00
commit a400daa81a
4 changed files with 19 additions and 0 deletions

Binary file not shown.

Binary file not shown.

19
config.pbtxt Normal file

@ -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]
}
]