Automatically updated from 모델 배포(469:tensorflow-fashion-mnist) by 그룹사용자(groupuser)
This commit is contained in:
parent
98edf067b0
commit
50c1e0473a
24
config.pbtxt
24
config.pbtxt
@ -9,6 +9,22 @@ input [
|
|||||||
name: "Conv1_input"
|
name: "Conv1_input"
|
||||||
data_type: TYPE_FP32
|
data_type: TYPE_FP32
|
||||||
dims: [ -1, 28, 28, 1 ]
|
dims: [ -1, 28, 28, 1 ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Conv2_input"
|
||||||
|
data_type: TYPE_UINT16
|
||||||
|
dims: [ -1, 16 ]
|
||||||
|
reshape {
|
||||||
|
shape: [ 1, 16 ]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Conv3_input"
|
||||||
|
data_type: TYPE_UINT16
|
||||||
|
dims: [ 123 ]
|
||||||
|
reshape {
|
||||||
|
shape: [ 123 ]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -17,6 +33,14 @@ output [
|
|||||||
name: "Softmax"
|
name: "Softmax"
|
||||||
data_type: TYPE_FP32
|
data_type: TYPE_FP32
|
||||||
dims: [ -1, 10 ]
|
dims: [ -1, 10 ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Softmax2"
|
||||||
|
data_type: TYPE_UINT16
|
||||||
|
dims: [ 1 ]
|
||||||
|
reshape {
|
||||||
|
shape: [ 1 ]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user