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