vit-base-patch16-224 / quantize_config.json
tarekziade's picture
Upload 4 files
fad6eef verified
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Slice",
"Pow",
"Shape",
"Sub",
"Unsqueeze",
"Constant",
"Gemm",
"Concat",
"Where",
"Mul",
"ConstantOfShape",
"Transpose",
"Gather",
"ReduceMean",
"Expand",
"MatMul",
"Erf",
"Softmax",
"Add",
"Conv",
"Reshape",
"Div",
"Equal",
"Sqrt"
],
"weight_type": "QUInt8"
}
}
}