D4ve-R commited on
Commit
d9e7f16
1 Parent(s): 08ef81e

Upload quantize_config.json

Browse files
Files changed (1) hide show
  1. quantize_config.json +48 -0
quantize_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": true,
3
+ "reduce_range": true,
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "Sub",
8
+ "Mul",
9
+ "Min",
10
+ "Constant",
11
+ "Sqrt",
12
+ "Unsqueeze",
13
+ "ReduceMean",
14
+ "Transpose",
15
+ "Greater",
16
+ "Concat",
17
+ "Slice",
18
+ "Conv",
19
+ "Log",
20
+ "Shape",
21
+ "Gemm",
22
+ "ReduceSum",
23
+ "Sigmoid",
24
+ "Relu",
25
+ "Less",
26
+ "Reshape",
27
+ "ConstantOfShape",
28
+ "Abs",
29
+ "InstanceNormalization",
30
+ "Div",
31
+ "Expand",
32
+ "Range",
33
+ "Erf",
34
+ "Cast",
35
+ "ReduceProd",
36
+ "Add",
37
+ "Pad",
38
+ "Softmax",
39
+ "Tile",
40
+ "MatMul",
41
+ "Where",
42
+ "Pow",
43
+ "Gather"
44
+ ],
45
+ "weight_type": "QUInt8"
46
+ }
47
+ }
48
+ }