CristianR8
commited on
Update quantize_config.json
Browse files- quantize_config.json +9 -21
quantize_config.json
CHANGED
@@ -4,33 +4,21 @@
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
|
|
|
|
|
|
7 |
"Slice",
|
8 |
-
"Pow",
|
9 |
-
"Div",
|
10 |
"Resize",
|
11 |
-
"Cast",
|
12 |
-
"Sqrt",
|
13 |
-
"Mul",
|
14 |
-
"Conv",
|
15 |
-
"Expand",
|
16 |
-
"ReduceMean",
|
17 |
-
"Sub",
|
18 |
-
"Equal",
|
19 |
-
"MatMul",
|
20 |
-
"Add",
|
21 |
"Softmax",
|
22 |
"Sigmoid",
|
23 |
-
"
|
24 |
-
"Constant",
|
25 |
"Reshape",
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"Shape",
|
29 |
-
"Unsqueeze",
|
30 |
"Transpose",
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
],
|
35 |
"weight_type": "QUInt8"
|
36 |
}
|
|
|
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 |
}
|