Compare commits
No commits in common. "main" and "refs/deployment/triton" have entirely different histories.
main
...
refs/deplo
Binary file not shown.
Binary file not shown.
Binary file not shown.
26
config.pbtxt
26
config.pbtxt
@ -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]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user