andrewssobral's picture
First version
0eb9bb7
backend: "fil"
input [
{
name: "input__0"
data_type: TYPE_FP32
dims: [-1, 4]
}
]
output [
{
name: "output__0"
data_type: TYPE_FP32
dims: [ 3 ]
}
]
instance_group [{ kind: KIND_CPU }]
parameters [
{
key: "model_type"
value: { string_value: "xgboost_json" }
},
{
key: "predict_proba"
value: { string_value: "true" }
},
{
key: "output_class"
value: { string_value: "true" }
},
{
key: "threshold"
value: { string_value: "0.5" }
},
{
key: "storage_type"
value: { string_value: "AUTO" }
}
]
dynamic_batching {
max_queue_delay_microseconds: 100
}