Upload 7 files
Browse files- onnx/model.onnx +2 -2
- onnx/model_quantized.onnx +2 -2
- quantize_config.json +14 -14
onnx/model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7ee20fa7f33f69faa2ccdc832ada9ae2912f0703bea9f9e819efde3a583b5d7
|
3 |
+
size 1111679700
|
onnx/model_quantized.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca888f463eb2388ebb7c344aec453520c5df21081fde374b087ff4d8db39ed40
|
3 |
+
size 279121927
|
quantize_config.json
CHANGED
@@ -4,26 +4,26 @@
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
|
|
|
|
|
|
7 |
"Erf",
|
|
|
8 |
"Add",
|
9 |
-
"
|
10 |
-
"Softmax",
|
11 |
-
"Mul",
|
12 |
"Concat",
|
13 |
-
"
|
|
|
|
|
|
|
14 |
"Sub",
|
15 |
-
"
|
|
|
16 |
"Range",
|
|
|
|
|
17 |
"Cast",
|
18 |
-
"
|
19 |
-
"ReduceMean",
|
20 |
-
"Pow",
|
21 |
-
"Transpose",
|
22 |
-
"Sqrt",
|
23 |
-
"Constant",
|
24 |
-
"Shape",
|
25 |
-
"Unsqueeze",
|
26 |
-
"Einsum"
|
27 |
],
|
28 |
"weight_type": "QInt8"
|
29 |
}
|
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
+
"Mul",
|
8 |
+
"ReduceMean",
|
9 |
+
"Unsqueeze",
|
10 |
"Erf",
|
11 |
+
"Reshape",
|
12 |
"Add",
|
13 |
+
"Pow",
|
|
|
|
|
14 |
"Concat",
|
15 |
+
"Constant",
|
16 |
+
"Shape",
|
17 |
+
"Sqrt",
|
18 |
+
"Softmax",
|
19 |
"Sub",
|
20 |
+
"MatMul",
|
21 |
+
"Gather",
|
22 |
"Range",
|
23 |
+
"Einsum",
|
24 |
+
"Div",
|
25 |
"Cast",
|
26 |
+
"Transpose"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
],
|
28 |
"weight_type": "QInt8"
|
29 |
}
|