Update quantize_config.json
Browse files- quantize_config.json +2 -2
quantize_config.json
CHANGED
@@ -179,8 +179,8 @@
|
|
179 |
"weight_type": "QInt8"
|
180 |
}
|
181 |
},
|
182 |
-
"per_channel":
|
183 |
-
"reduce_range":
|
184 |
},
|
185 |
"int8": {
|
186 |
"per_model_config": {
|
|
|
179 |
"weight_type": "QInt8"
|
180 |
}
|
181 |
},
|
182 |
+
"per_channel": true,
|
183 |
+
"reduce_range": true
|
184 |
},
|
185 |
"int8": {
|
186 |
"per_model_config": {
|