Oleksii Maryshchenko commited on
Commit
bf2b63b
·
1 Parent(s): 69b82a8

Missing quantize_config.json

Browse files
Files changed (1) hide show
  1. quantize_config.json +38 -0
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
+ "Softmax",
8
+ "ReduceMean",
9
+ "Add",
10
+ "Split",
11
+ "Concat",
12
+ "Reshape",
13
+ "Transpose",
14
+ "Shape",
15
+ "Slice",
16
+ "Pad",
17
+ "Gather",
18
+ "Sqrt",
19
+ "Range",
20
+ "Clip",
21
+ "Conv",
22
+ "Relu",
23
+ "Mul",
24
+ "Constant",
25
+ "Div",
26
+ "MatMul",
27
+ "Sub",
28
+ "Einsum",
29
+ "ConstantOfShape",
30
+ "Cast",
31
+ "Unsqueeze",
32
+ "Pow",
33
+ "Sigmoid"
34
+ ],
35
+ "weight_type": "QUInt8"
36
+ }
37
+ }
38
+ }