howdyaendra commited on
Commit
3174aaf
1 Parent(s): 7e28db5

Adding Onnx weights

Browse files
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b5925671066175ad43337dc4318eb7a4881db99fbae928fcf465e2459c5edf9
3
+ size 343491582
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecb02d61f086a4415ba1c17e9f9c7ffae59dad6d2514bb7b85fafffedcbf4cab
3
+ size 87488948
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
+ "Add",
8
+ "Where",
9
+ "MatMul",
10
+ "Reshape",
11
+ "Sqrt",
12
+ "Softmax",
13
+ "Expand",
14
+ "Gemm",
15
+ "Gather",
16
+ "ReduceMean",
17
+ "ConstantOfShape",
18
+ "Mul",
19
+ "Shape",
20
+ "Div",
21
+ "Transpose",
22
+ "Unsqueeze",
23
+ "Concat",
24
+ "Constant",
25
+ "Erf",
26
+ "Equal",
27
+ "Pow",
28
+ "Sub",
29
+ "Slice",
30
+ "Conv"
31
+ ],
32
+ "weight_type": "QUInt8"
33
+ }
34
+ }
35
+ }