RMBG-1.4 / onnx /quantize_config.json
OriLib's picture
Upload ONNX weights (original + 8-bit quantized) (#3)
36193ca verified
raw
history blame
No virus
527 Bytes
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"model": {
"op_types": [
"Concat",
"MaxPool",
"Resize",
"Conv",
"Unsqueeze",
"Cast",
"Shape",
"Relu",
"Sigmoid",
"Gather",
"Constant",
"Slice",
"Add"
],
"weight_type": "QUInt8"
}
}
}