do-me commited on
Commit
630b83a
1 Parent(s): 842e3c0

Upload 7 files

Browse files
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b4ef578c2101f080fb5e9de07d4cbabcb8a5d1ac3cffdad576bba30ebb906da6
3
- size 1115079048
 
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:22223d43b0a7132006d428ad73341bff7357fa9ffa87f274b7c4767bbb8b9eb7
3
- size 280772282
 
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
- "Div",
10
- "Softmax",
11
- "Mul",
12
  "Concat",
13
- "MatMul",
 
 
 
14
  "Sub",
15
- "Reshape",
 
16
  "Range",
 
 
17
  "Cast",
18
- "Gather",
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
  }