tarekziade commited on
Commit
d79f144
1 Parent(s): 58a2501

Upload 3 files

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