bg_removal_old / onnx /quantize_config.json
abhicake's picture
Update onnx/quantize_config.json
396d458 verified
raw
history blame
No virus
500 Bytes
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"model": {
"op_types": [
"Concat",
"Resize",
"Conv",
"Unsqueeze",
"Cast",
"Shape",
"Relu",
"Sigmoid",
"Gather",
"Constant",
"Slice",
"Add"
],
"weight_type": "QUInt8"
}
}
}