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

Update model to deploy

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