Files
FastDeploy/examples/vision/classification/paddleclas/serving/models/postprocess/config.pbtxt
heliqi b0a30a7b10 [Serving]Add PPCls serving examples (#555)
* add ppcls serving examples

* fix ppcls/serving docs

* fix code style
2022-11-11 13:32:46 +08:00

26 lines
294 B
Plaintext

name: "postprocess"
backend: "python"
max_batch_size: 16
input [
{
name: "post_input"
data_type: TYPE_FP32
dims: [ 1000 ]
}
]
output [
{
name: "post_output"
data_type: TYPE_STRING
dims: [ -1 ]
}
]
instance_group [
{
count: 1
kind: KIND_CPU
}
]