Update config.pbtxt
This commit is contained in:
parent
b35dcc2f21
commit
58a757858c
21
config.pbtxt
21
config.pbtxt
@ -1,21 +1,20 @@
|
||||
# Triton backend to use
|
||||
name: "resnet50"
|
||||
backend: "pytorch"
|
||||
platform: "pytorch_libtorch"
|
||||
max_batch_size: 0
|
||||
|
||||
max_batch_size: 16
|
||||
|
||||
input [
|
||||
{
|
||||
name: "input__0"
|
||||
data_type: TYPE_FP32
|
||||
dims: [ 3, 224, 224 ]
|
||||
}
|
||||
]
|
||||
|
||||
output [
|
||||
]
|
||||
|
||||
|
||||
|
||||
|
||||
instance_group [
|
||||
{
|
||||
kind: KIND_AUTO
|
||||
count: 1
|
||||
name: "output__0"
|
||||
data_type: TYPE_FP32
|
||||
dims: [ 1000 ]
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user