whatthexue
commited on
Commit
·
3bbac90
1
Parent(s):
221e3e2
Update model to deploy
Browse files- .DS_Store +0 -0
- onnx/model.onnx +1 -1
- onnx/model_quantized.onnx +1 -1
- quantize_config.json +14 -14
.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:f938985533d17a38235c802c24780f1fae9f5c4737896795a46851f590099ec6
|
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:3a3019dab55ffc16372d5baa280dd788d8aa6320d6d9b94d831682dd0d07d35f
|
3 |
size 65821327
|
quantize_config.json
CHANGED
@@ -4,28 +4,28 @@
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
-
"
|
8 |
-
"Concat",
|
9 |
"Sqrt",
|
10 |
-
"Gather",
|
11 |
"Expand",
|
12 |
-
"Pow",
|
13 |
-
"Div",
|
14 |
"Shape",
|
15 |
-
"Sub",
|
16 |
-
"Softmax",
|
17 |
"Unsqueeze",
|
|
|
|
|
|
|
|
|
|
|
18 |
"Transpose",
|
19 |
-
"
|
20 |
-
"
|
|
|
21 |
"Equal",
|
22 |
-
"
|
|
|
|
|
23 |
"Where",
|
24 |
-
"
|
25 |
-
"Cast",
|
26 |
"Mul",
|
27 |
-
"
|
28 |
-
"Constant"
|
29 |
],
|
30 |
"weight_type": "QInt8"
|
31 |
}
|
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
+
"MatMul",
|
|
|
8 |
"Sqrt",
|
|
|
9 |
"Expand",
|
|
|
|
|
10 |
"Shape",
|
|
|
|
|
11 |
"Unsqueeze",
|
12 |
+
"Softmax",
|
13 |
+
"Concat",
|
14 |
+
"Cast",
|
15 |
+
"Slice",
|
16 |
+
"Erf",
|
17 |
"Transpose",
|
18 |
+
"Add",
|
19 |
+
"Sub",
|
20 |
+
"Div",
|
21 |
"Equal",
|
22 |
+
"Reshape",
|
23 |
+
"Gather",
|
24 |
+
"ReduceMean",
|
25 |
"Where",
|
26 |
+
"Constant",
|
|
|
27 |
"Mul",
|
28 |
+
"Pow"
|
|
|
29 |
],
|
30 |
"weight_type": "QInt8"
|
31 |
}
|