Upload quantize_config.json
Browse files- quantize_config.json +28 -0
quantize_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"per_channel": true,
|
3 |
+
"reduce_range": true,
|
4 |
+
"per_model_config": {
|
5 |
+
"yolov8x-doclaynet": {
|
6 |
+
"op_types": [
|
7 |
+
"MaxPool",
|
8 |
+
"Concat",
|
9 |
+
"Transpose",
|
10 |
+
"Reshape",
|
11 |
+
"Shape",
|
12 |
+
"Gather",
|
13 |
+
"Slice",
|
14 |
+
"Add",
|
15 |
+
"Sub",
|
16 |
+
"Div",
|
17 |
+
"Resize",
|
18 |
+
"Mul",
|
19 |
+
"Softmax",
|
20 |
+
"Sigmoid",
|
21 |
+
"Split",
|
22 |
+
"Constant",
|
23 |
+
"Conv"
|
24 |
+
],
|
25 |
+
"weight_type": "QUInt8"
|
26 |
+
}
|
27 |
+
}
|
28 |
+
}
|