tarekziade commited on
Commit
4151eac
1 Parent(s): 19f9846

added onnx

Browse files
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a2248971ba3f474f977fb1feb519f2aef3259c588552f808c536ea2cc3ec3e8
3
+ size 268072604
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c928303674c600a8acf66f76cabbeb44f09cc0f974c6d5aae6d5a2af3098da39
3
+ size 67611198
quantize_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": true,
3
+ "reduce_range": true,
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "MatMul",
8
+ "Erf",
9
+ "Pow",
10
+ "Div",
11
+ "Sub",
12
+ "Concat",
13
+ "Relu",
14
+ "Constant",
15
+ "Reshape",
16
+ "Shape",
17
+ "ReduceMean",
18
+ "Transpose",
19
+ "Add",
20
+ "Expand",
21
+ "Unsqueeze",
22
+ "Where",
23
+ "Softmax",
24
+ "Gemm",
25
+ "Sqrt",
26
+ "Mul",
27
+ "Gather",
28
+ "Slice",
29
+ "Cast",
30
+ "Equal"
31
+ ],
32
+ "weight_type": "QInt8"
33
+ }
34
+ }
35
+ }