test25 / quantize_config.json
Factral's picture
Upload quantize_config.json
6c767bb verified
raw
history blame contribute delete
303 Bytes
{
"per_model_config": {
"model": {
"op_types": [
"GlobalAveragePool",
"MaxPool",
"Conv",
"Gemm",
"Flatten",
"Relu"
],
"weight_type": "QUInt8"
}
}
}