deit-tiny-patch16-224 / quantize_config.json
tarekziade's picture
Upload 4 files
50d4d1d verified
raw
history blame contribute delete
810 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Constant",
"Gather",
"Pow",
"Unsqueeze",
"ConstantOfShape",
"Slice",
"Transpose",
"ReduceMean",
"MatMul",
"Add",
"Reshape",
"Sub",
"Shape",
"Conv",
"Erf",
"Expand",
"Concat",
"Softmax",
"Equal",
"Gemm",
"Mul",
"Where",
"Sqrt",
"Div"
],
"weight_type": "QUInt8"
}
}
}