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