yolov9-c / quantize_config.json
Xenova's picture
Xenova HF staff
Upload quantize_config.json with huggingface_hub (#2)
0818c7c verified
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"model": {
"op_types": [
"Add",
"Sub",
"ArgMax",
"ReduceMax",
"Greater",
"Shape",
"Reshape",
"Resize",
"ConstantOfShape",
"Where",
"Cast",
"NonZero",
"TopK",
"Gather",
"Div",
"MaxPool",
"Range",
"Concat",
"Split",
"Slice",
"Mul",
"Softmax",
"GatherND",
"Constant",
"Unsqueeze",
"Squeeze",
"ReduceSum",
"Conv",
"Equal",
"Expand",
"ScatterND",
"NonMaxSuppression",
"Transpose",
"AveragePool",
"Sigmoid"
],
"weight_type": "QUInt8"
}
}
}