tarekziade
commited on
Commit
•
71cf6f2
1
Parent(s):
38fee92
Upload 3 files
Browse files- onnx/model.onnx +3 -0
- onnx/model_quantized.onnx +3 -0
- quantize_config.json +35 -0
onnx/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:782b6370b60003ee233283e6676e9bf1876bb399c4c44c6447a0ec3f3fed9661
|
3 |
+
size 76262098
|
onnx/model_quantized.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25bda86c4a3907dc599a2ab44238df5da280105b3a53fced4e0886b05c78ac81
|
3 |
+
size 19367250
|
quantize_config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"per_channel": true,
|
3 |
+
"reduce_range": true,
|
4 |
+
"per_model_config": {
|
5 |
+
"model": {
|
6 |
+
"op_types": [
|
7 |
+
"ReduceMean",
|
8 |
+
"Cast",
|
9 |
+
"Slice",
|
10 |
+
"Constant",
|
11 |
+
"Gather",
|
12 |
+
"MatMul",
|
13 |
+
"Add",
|
14 |
+
"Equal",
|
15 |
+
"Reshape",
|
16 |
+
"Pow",
|
17 |
+
"Mul",
|
18 |
+
"Unsqueeze",
|
19 |
+
"Where",
|
20 |
+
"Softmax",
|
21 |
+
"Gemm",
|
22 |
+
"Expand",
|
23 |
+
"Relu",
|
24 |
+
"Shape",
|
25 |
+
"Concat",
|
26 |
+
"Div",
|
27 |
+
"Sub",
|
28 |
+
"Sqrt",
|
29 |
+
"Transpose",
|
30 |
+
"Erf"
|
31 |
+
],
|
32 |
+
"weight_type": "QInt8"
|
33 |
+
}
|
34 |
+
}
|
35 |
+
}
|