Compare commits
No commits in common. "refs/deployment/triton" and "main" have entirely different histories.
refs/deplo
...
main
BIN
1/model.savedmodel/saved_model.pb
Normal file
BIN
1/model.savedmodel/saved_model.pb
Normal file
Binary file not shown.
BIN
1/model.savedmodel/variables/variables.data-00000-of-00001
Normal file
BIN
1/model.savedmodel/variables/variables.data-00000-of-00001
Normal file
Binary file not shown.
BIN
1/model.savedmodel/variables/variables.index
Normal file
BIN
1/model.savedmodel/variables/variables.index
Normal file
Binary file not shown.
30
config.pbtxt
30
config.pbtxt
@ -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]
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user