Factral commited on
Commit
25c487c
·
verified ·
1 Parent(s): 1da833f

Delete quantize_config.json

Browse files
Files changed (1) hide show
  1. quantize_config.json +0 -19
quantize_config.json DELETED
@@ -1,19 +0,0 @@
1
- {
2
- "per_channel": true,
3
- "reduce_range": true,
4
- "per_model_config": {
5
- "model": {
6
- "op_types": [
7
- "MaxPool",
8
- "Identity",
9
- "Flatten",
10
- "Relu",
11
- "GlobalAveragePool",
12
- "Add",
13
- "Conv",
14
- "Gemm"
15
- ],
16
- "weight_type": "QUInt8"
17
- }
18
- }
19
- }