Cacao-detection / quantize_config.json
CristianR8's picture
Rename quantize.json to quantize_config.json
fe5d856 verified
raw
history blame
572 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Split",
"Concat",
"MaxPool",
"Slice",
"Resize",
"Softmax",
"Sigmoid",
"Conv",
"Reshape",
"Mul",
"Sub",
"Transpose",
"MatMul",
"Div",
"Add"
],
"weight_type": "QUInt8"
}
}
}