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"
name: "fashion-mnist-h2"
backend: "tensorflow"
platform: "tensorflow_savedmodel" platform: "tensorflow_savedmodel"
max_batch_size: 0 backend: "tensorflow"
input [ input: [
]
output [
]
instance_group [
{ {
kind: KIND_AUTO name: "Conv1_input"
count: 1 data_type: TYPE_FP32
dims: [-1, 28, 28, 1]
}
]
output: [
{
name: "Softmax"
data_type: TYPE_FP32
dims: [-1, 10]
} }
] ]