Commit
·
653b9f0
1
Parent(s):
0995926
update model
Browse files- onnx/model.onnx +1 -1
- onnx/model_quantized.onnx +1 -1
- quantize_config.json +17 -17
onnx/model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 260926485
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8cc12a65bfe82b488400218d14b1fdc25a961125eeba683e43ccf565e351b239
|
3 |
size 260926485
|
onnx/model_quantized.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 65816665
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2495cd29cbb6548d0c0e1a84079ac52ec33642bb39bc90c50ab6ab8165564995
|
3 |
size 65816665
|
quantize_config.json
CHANGED
@@ -4,28 +4,28 @@
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
-
"Concat",
|
8 |
-
"Unsqueeze",
|
9 |
-
"Add",
|
10 |
-
"Cast",
|
11 |
-
"Expand",
|
12 |
"Sub",
|
13 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
"ReduceMean",
|
|
|
|
|
15 |
"Constant",
|
16 |
-
"Slice",
|
17 |
-
"Pow",
|
18 |
-
"Sqrt",
|
19 |
-
"Mul",
|
20 |
-
"Transpose",
|
21 |
-
"Equal",
|
22 |
"Div",
|
23 |
-
"
|
24 |
-
"
|
25 |
"Reshape",
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
|
|
|
|
|
|
29 |
],
|
30 |
"weight_type": "QInt8"
|
31 |
}
|
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
|
|
|
|
|
|
|
|
|
|
7 |
"Sub",
|
8 |
+
"Shape",
|
9 |
+
"Erf",
|
10 |
+
"Expand",
|
11 |
+
"Gather",
|
12 |
+
"Pow",
|
13 |
+
"Cast",
|
14 |
+
"Slice",
|
15 |
"ReduceMean",
|
16 |
+
"MatMul",
|
17 |
+
"Softmax",
|
18 |
"Constant",
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
"Div",
|
20 |
+
"Transpose",
|
21 |
+
"Unsqueeze",
|
22 |
"Reshape",
|
23 |
+
"Mul",
|
24 |
+
"Concat",
|
25 |
+
"Add",
|
26 |
+
"Where",
|
27 |
+
"Equal",
|
28 |
+
"Sqrt"
|
29 |
],
|
30 |
"weight_type": "QInt8"
|
31 |
}
|