tensorflow-fashion-mnist/config.pbtxt

22 lines
218 B
Plaintext

# Triton backend to use
name: "tensorflow-fashion-mnist"
backend: "tensorflow"
platform: "tensorflow_savedmodel"
max_batch_size: 0
input [
]
output [
]
instance_group [
{
kind: KIND_AUTO
count: 1
}
]