CristianR8 commited on
Commit
011469d
·
verified ·
1 Parent(s): 6332d8b

Upload quantize.json

Browse files
Files changed (1) hide show
  1. quantize.json +26 -0
quantize.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": true,
3
+ "reduce_range": true,
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "Split",
8
+ "Concat",
9
+ "MaxPool",
10
+ "Slice",
11
+ "Resize",
12
+ "Softmax",
13
+ "Sigmoid",
14
+ "Conv",
15
+ "Reshape",
16
+ "Mul",
17
+ "Sub",
18
+ "Transpose",
19
+ "MatMul",
20
+ "Div",
21
+ "Add"
22
+ ],
23
+ "weight_type": "QUInt8"
24
+ }
25
+ }
26
+ }