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"
|
||||
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
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user