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