yolov8x-doclaynet_ONNX / quantize_config.json
Oblix's picture
Upload quantize_config.json
cbc113a verified
raw
history blame contribute delete
No virus
637 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"yolov8x-doclaynet": {
"op_types": [
"MaxPool",
"Concat",
"Transpose",
"Reshape",
"Shape",
"Gather",
"Slice",
"Add",
"Sub",
"Div",
"Resize",
"Mul",
"Softmax",
"Sigmoid",
"Split",
"Constant",
"Conv"
],
"weight_type": "QUInt8"
}
}
}