Compare commits

...

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

4 changed files with 14 additions and 16 deletions

Binary file not shown.

Binary file not shown.

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