Factral commited on
Commit
772a212
·
verified ·
1 Parent(s): ee53463

Delete quantize_config.json

Browse files
Files changed (1) hide show
  1. quantize_config.json +0 -26
quantize_config.json DELETED
@@ -1,26 +0,0 @@
1
- {
2
- "per_channel": true,
3
- "reduce_range": true,
4
- "per_model_config": {
5
- "model": {
6
- "op_types": [
7
- "Split",
8
- "Concat",
9
- "MaxPool",
10
- "Slice",
11
- "Resize",
12
- "Softmax",
13
- "Sigmoid",
14
- "Conv",
15
- "Reshape",
16
- "Mul",
17
- "Sub",
18
- "Transpose",
19
- "MatMul",
20
- "Div",
21
- "Add"
22
- ],
23
- "weight_type": "QUInt8"
24
- }
25
- }
26
- }