fashionmnist/config.pbtxt
2025-12-29 04:30:55 +00:00

20 lines
203 B
Plaintext

# Triton Backend for TensorFlowSavedModel.
backend: "tensorflow"
platform: "tensorflow_savedmodel"
max_batch_size: 0
input [
]
output [
]
instance_group [
{
kind: KIND_AUTO
count: 1
}
]