Factral commited on
Commit
7c6bf04
·
verified ·
1 Parent(s): 50243c7

Upload quantize_config.json

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