Compare commits

..

No commits in common. "main" and "refs/deployment/triton" have entirely different histories.

4 changed files with 14 additions and 12 deletions

Binary file not shown.

@ -1,19 +1,21 @@
name: "fashion-mnist"
platform: "tensorflow_savedmodel"
# Triton backend to use
name: "fashion-mnist-h2"
backend: "tensorflow"
platform: "tensorflow_savedmodel"
max_batch_size: 0
input: [
{
name: "Conv1_input"
data_type: TYPE_FP32
dims: [-1, 28, 28, 1]
}
input [
]
output: [
output [
]
instance_group [
{
name: "Softmax"
data_type: TYPE_FP32
dims: [-1, 10]
kind: KIND_AUTO
count: 1
}
]