howdyaendra commited on
Commit
0926013
1 Parent(s): 890ec45

Adding Onnx weights

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