forked from groupuser/fashion-mnist-2
Automatically updated from 모델 배포(541:git-test) by 그룹사용자(groupuser)
This commit is contained in:
parent
97c7145620
commit
0e2203e7af
19
config.pbtxt
19
config.pbtxt
@ -1,13 +1,28 @@
|
|||||||
# Triton backend to use
|
# Triton backend to use
|
||||||
name: "fashion-mnist-2"
|
|
||||||
backend: "tensorflow"
|
backend: "tensorflow"
|
||||||
platform: "tensorflow_graphdef"
|
platform: "tensorflow_savedmodel"
|
||||||
max_batch_size: 0
|
max_batch_size: 0
|
||||||
|
|
||||||
input [
|
input [
|
||||||
|
{
|
||||||
|
name: "test"
|
||||||
|
data_type: TYPE_UINT8
|
||||||
|
dims: [ 123 ]
|
||||||
|
reshape {
|
||||||
|
shape: [ 123 ]
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
output [
|
output [
|
||||||
|
{
|
||||||
|
name: "test2"
|
||||||
|
data_type: TYPE_UINT16
|
||||||
|
dims: [ 321 ]
|
||||||
|
reshape {
|
||||||
|
shape: [ 321 ]
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user