fashion-mnist-h2/config.pbtxt

22 lines
210 B
Plaintext

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