Compare commits
No commits in common. "refs/deployment/triton" and "main" have entirely different histories.
refs/deplo
...
main
BIN
1/model.graphdef
Normal file
BIN
1/model.graphdef
Normal file
Binary file not shown.
36
config.pbtxt
36
config.pbtxt
@ -1,36 +1,2 @@
|
|||||||
# Triton Backend for TensorFlowSavedModel.
|
|
||||||
backend: "tensorflow"
|
backend: "tensorflow"
|
||||||
platform: "tensorflow_savedmodel"
|
platform: "tensorflow_graphdef"
|
||||||
max_batch_size: 0
|
|
||||||
|
|
||||||
input [
|
|
||||||
{
|
|
||||||
name: "test1"
|
|
||||||
data_type: TYPE_UINT8
|
|
||||||
dims: [ 123 ]
|
|
||||||
reshape {
|
|
||||||
shape: [ 123 ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
||||||
output [
|
|
||||||
{
|
|
||||||
name: "test2"
|
|
||||||
data_type: TYPE_UINT16
|
|
||||||
dims: [ 321 ]
|
|
||||||
reshape {
|
|
||||||
shape: [ 321 ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
instance_group [
|
|
||||||
{
|
|
||||||
kind: KIND_AUTO
|
|
||||||
count: 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user