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