whatthexue
commited on
Commit
·
1add57f
1
Parent(s):
3bbac90
Update model
Browse files- .DS_Store +0 -0
- onnx/model.onnx +1 -1
- onnx/model_quantized.onnx +1 -1
- quantize_config.json +16 -16
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
onnx/model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 260944941
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fa533d9e9e64a97d32dfc7c88f6176e4882426afbcd1f80fa8cff9bfdd59166
|
3 |
size 260944941
|
onnx/model_quantized.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 65821327
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0bf540d1fb87337450fdcc044ea4e4ce3a82f4bb9f996c83801959be9910076
|
3 |
size 65821327
|
quantize_config.json
CHANGED
@@ -4,28 +4,28 @@
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
"Softmax",
|
13 |
-
"
|
14 |
"Cast",
|
15 |
-
"Slice",
|
16 |
"Erf",
|
17 |
-
"Transpose",
|
18 |
-
"Add",
|
19 |
-
"Sub",
|
20 |
"Div",
|
|
|
21 |
"Equal",
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
"Constant",
|
27 |
-
"
|
28 |
-
"
|
|
|
|
|
|
|
29 |
],
|
30 |
"weight_type": "QInt8"
|
31 |
}
|
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
+
"Sub",
|
8 |
+
"Mul",
|
9 |
+
"Where",
|
10 |
+
"ReduceMean",
|
11 |
+
"Pow",
|
12 |
"Softmax",
|
13 |
+
"Unsqueeze",
|
14 |
"Cast",
|
|
|
15 |
"Erf",
|
|
|
|
|
|
|
16 |
"Div",
|
17 |
+
"Sqrt",
|
18 |
"Equal",
|
19 |
+
"Shape",
|
20 |
+
"MatMul",
|
21 |
+
"Concat",
|
22 |
+
"Slice",
|
23 |
"Constant",
|
24 |
+
"Add",
|
25 |
+
"Transpose",
|
26 |
+
"Expand",
|
27 |
+
"Reshape",
|
28 |
+
"Gather"
|
29 |
],
|
30 |
"weight_type": "QInt8"
|
31 |
}
|