netsentinel / v1 /config.pbtxt
bkpandey's picture
dims to 11
dc19012 verified
name: "netsentinel"
platform: "onnxruntime_onnx"
max_batch_size: 8
output [
{
name: "label"
data_type: TYPE_INT64
dims: [1]
},
{
name: "probabilities"
data_type: TYPE_FP32
dims: [11]
}
]