Automatically updated from 모델 배포(469:tensorflow-fashion-mnist) by 그룹사용자(groupuser)
This commit is contained in:
parent
aa7ec3c6f2
commit
447913fae0
24
config.pbtxt
24
config.pbtxt
@ -5,9 +5,33 @@ platform: "tensorflow_savedmodel"
|
|||||||
max_batch_size: 0
|
max_batch_size: 0
|
||||||
|
|
||||||
input [
|
input [
|
||||||
|
{
|
||||||
|
name: "test123123"
|
||||||
|
data_type: TYPE_UINT64
|
||||||
|
dims: [ 123 ]
|
||||||
|
reshape {
|
||||||
|
shape: [ 123 ]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "test321321"
|
||||||
|
data_type: TYPE_UINT8
|
||||||
|
dims: [ 332 ]
|
||||||
|
reshape {
|
||||||
|
shape: [ 232 ]
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
output [
|
output [
|
||||||
|
{
|
||||||
|
name: "testo089089"
|
||||||
|
data_type: TYPE_UINT8
|
||||||
|
dims: [ 678 ]
|
||||||
|
reshape {
|
||||||
|
shape: [ 87 ]
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user