whatthexue commited on
Commit
02493bd
·
1 Parent(s): 1add57f

Update model

Browse files
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4fa533d9e9e64a97d32dfc7c88f6176e4882426afbcd1f80fa8cff9bfdd59166
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:b0bf540d1fb87337450fdcc044ea4e4ce3a82f4bb9f996c83801959be9910076
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
- "Sub",
8
- "Mul",
9
- "Where",
10
  "ReduceMean",
 
11
  "Pow",
12
- "Softmax",
13
  "Unsqueeze",
14
- "Cast",
15
- "Erf",
 
 
16
  "Div",
17
  "Sqrt",
18
- "Equal",
19
- "Shape",
20
  "MatMul",
21
- "Concat",
22
- "Slice",
23
- "Constant",
24
- "Add",
25
- "Transpose",
26
  "Expand",
27
- "Reshape",
28
- "Gather"
 
 
 
 
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
  }