Delete config.pbtxt
This commit is contained in:
parent
2bee4f707c
commit
9a27e36b23
43
config.pbtxt
43
config.pbtxt
@ -1,43 +0,0 @@
|
||||
name: "xgboost-triton-fil"
|
||||
backend: "fil"
|
||||
max_batch_size: 0
|
||||
default_model_filename: "xgboost.json"
|
||||
|
||||
input [
|
||||
{
|
||||
name: "input__0"
|
||||
data_type: TYPE_FP32
|
||||
dims: [ 3 ] # feature 개수
|
||||
}
|
||||
]
|
||||
|
||||
output [
|
||||
{
|
||||
name: "output__0"
|
||||
data_type: TYPE_FP32
|
||||
dims: [ 1 ]
|
||||
}
|
||||
]
|
||||
|
||||
parameters [
|
||||
{
|
||||
key: "output_class"
|
||||
value: { string_value: "true" }
|
||||
},
|
||||
{
|
||||
key: "model_type"
|
||||
value: { string_value: "xgboost_json" }
|
||||
},
|
||||
{
|
||||
key: "predict_proba"
|
||||
value: { string_value: "false" }
|
||||
},
|
||||
{
|
||||
key: "is_classifier"
|
||||
value: { string_value: "true" }
|
||||
},
|
||||
{
|
||||
key: "threshold"
|
||||
value: { string_value: "0.5" }
|
||||
}
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user