Xenova HF staff commited on
Commit
ac7017c
1 Parent(s): d73298e

Upload quantize_config.json

Browse files
Files changed (1) hide show
  1. quantize_config.json +30 -0
quantize_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": false,
3
+ "reduce_range": false,
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "Sigmoid",
8
+ "Constant",
9
+ "Resize",
10
+ "Gather",
11
+ "MatMul",
12
+ "Clip",
13
+ "BatchNormalization",
14
+ "Concat",
15
+ "Conv",
16
+ "GlobalAveragePool",
17
+ "Expand",
18
+ "Add",
19
+ "Slice",
20
+ "Shape",
21
+ "Unsqueeze",
22
+ "Reshape",
23
+ "InstanceNormalization",
24
+ "Relu",
25
+ "Mul"
26
+ ],
27
+ "weight_type": "QUInt8"
28
+ }
29
+ }
30
+ }