bkpandey commited on
Commit
6194bb5
·
verified ·
1 Parent(s): aea2d88

unsw-nb-15 onnx model

Browse files
Files changed (2) hide show
  1. v1/1/model.onnx +3 -0
  2. v1/config.pbtxt +15 -0
v1/1/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d477bc058c5af687b4c69a5b726c9d7f2337e2c10b078a10e8e4d406b5c8946b
3
+ size 300449102
v1/config.pbtxt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: "netsentinel"
2
+ platform: "onnxruntime_onnx"
3
+ max_batch_size: 8
4
+ output [
5
+ {
6
+ name: "label"
7
+ data_type: TYPE_INT64
8
+ dims: [1]
9
+ },
10
+ {
11
+ name: "probabilities"
12
+ data_type: TYPE_FP32
13
+ dims: [14]
14
+ }
15
+ ]