Automatically created by CHEETAH
This commit is contained in:
parent
45ae3a4626
commit
15a8194acc
31
config.pbtxt
Normal file
31
config.pbtxt
Normal file
@ -0,0 +1,31 @@
|
||||
# Triton backend to use
|
||||
name: "tensorflow-fashion-mnist"
|
||||
backend: "tensorflow"
|
||||
platform: "tensorflow_savedmodel"
|
||||
max_batch_size: 0
|
||||
|
||||
input [
|
||||
{
|
||||
name: "Conv1_input"
|
||||
data_type: TYPE_FP32
|
||||
dims: [ -1, 28, 28, 1 ]
|
||||
}
|
||||
]
|
||||
|
||||
output [
|
||||
{
|
||||
name: "Softmax"
|
||||
data_type: TYPE_FP32
|
||||
dims: [ -1, 10 ]
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
|
||||
|
||||
instance_group [
|
||||
{
|
||||
kind: KIND_AUTO
|
||||
count: 1
|
||||
}
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user