fashion-mnist
This commit is contained in:
commit
a400daa81a
BIN
1/model.savedmodel/saved_model.pb
Normal file
BIN
1/model.savedmodel/saved_model.pb
Normal file
Binary file not shown.
BIN
1/model.savedmodel/variables/variables.data-00000-of-00001
Normal file
BIN
1/model.savedmodel/variables/variables.data-00000-of-00001
Normal file
Binary file not shown.
BIN
1/model.savedmodel/variables/variables.index
Normal file
BIN
1/model.savedmodel/variables/variables.index
Normal file
Binary file not shown.
19
config.pbtxt
Normal file
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]
|
||||
}
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user