whatthexue commited on
Commit
653b9f0
·
1 Parent(s): 0995926

update model

Browse files
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6716c66149e59cb52d68743a83b9705141d915f43c46c1e3093cd77c0332e6bf
3
  size 260926485
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cc12a65bfe82b488400218d14b1fdc25a961125eeba683e43ccf565e351b239
3
  size 260926485
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3444e2668832f82b9f4d748946c10b9c69941c3db10f35f1fd081230fd5cbcb0
3
  size 65816665
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2495cd29cbb6548d0c0e1a84079ac52ec33642bb39bc90c50ab6ab8165564995
3
  size 65816665
quantize_config.json CHANGED
@@ -4,28 +4,28 @@
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
- "Concat",
8
- "Unsqueeze",
9
- "Add",
10
- "Cast",
11
- "Expand",
12
  "Sub",
13
- "Softmax",
 
 
 
 
 
 
14
  "ReduceMean",
 
 
15
  "Constant",
16
- "Slice",
17
- "Pow",
18
- "Sqrt",
19
- "Mul",
20
- "Transpose",
21
- "Equal",
22
  "Div",
23
- "Where",
24
- "Shape",
25
  "Reshape",
26
- "MatMul",
27
- "Gather",
28
- "Erf"
 
 
 
29
  ],
30
  "weight_type": "QInt8"
31
  }
 
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
 
 
 
 
 
7
  "Sub",
8
+ "Shape",
9
+ "Erf",
10
+ "Expand",
11
+ "Gather",
12
+ "Pow",
13
+ "Cast",
14
+ "Slice",
15
  "ReduceMean",
16
+ "MatMul",
17
+ "Softmax",
18
  "Constant",
 
 
 
 
 
 
19
  "Div",
20
+ "Transpose",
21
+ "Unsqueeze",
22
  "Reshape",
23
+ "Mul",
24
+ "Concat",
25
+ "Add",
26
+ "Where",
27
+ "Equal",
28
+ "Sqrt"
29
  ],
30
  "weight_type": "QInt8"
31
  }