fashion-mnist-2/config.pbtxt

22 lines
207 B
Plaintext

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