whatthexue commited on
Commit
1add57f
·
1 Parent(s): 3bbac90

Update model

Browse files
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f938985533d17a38235c802c24780f1fae9f5c4737896795a46851f590099ec6
3
  size 260944941
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fa533d9e9e64a97d32dfc7c88f6176e4882426afbcd1f80fa8cff9bfdd59166
3
  size 260944941
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a3019dab55ffc16372d5baa280dd788d8aa6320d6d9b94d831682dd0d07d35f
3
  size 65821327
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0bf540d1fb87337450fdcc044ea4e4ce3a82f4bb9f996c83801959be9910076
3
  size 65821327
quantize_config.json CHANGED
@@ -4,28 +4,28 @@
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
- "MatMul",
8
- "Sqrt",
9
- "Expand",
10
- "Shape",
11
- "Unsqueeze",
12
  "Softmax",
13
- "Concat",
14
  "Cast",
15
- "Slice",
16
  "Erf",
17
- "Transpose",
18
- "Add",
19
- "Sub",
20
  "Div",
 
21
  "Equal",
22
- "Reshape",
23
- "Gather",
24
- "ReduceMean",
25
- "Where",
26
  "Constant",
27
- "Mul",
28
- "Pow"
 
 
 
29
  ],
30
  "weight_type": "QInt8"
31
  }
 
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
  }