swin-large-patch4-window12-384-in22k / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
36f43cf
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Gather",
"Transpose",
"Expand",
"Slice",
"Conv",
"Sqrt",
"GlobalAveragePool",
"Pow",
"Shape",
"Unsqueeze",
"Add",
"Concat",
"Mod",
"Constant",
"ReduceMean",
"Erf",
"Range",
"Div",
"Not",
"ScatterND",
"MatMul",
"Where",
"ConstantOfShape",
"Reshape",
"Gemm",
"Flatten",
"Pad",
"Cast",
"Softmax",
"Equal",
"Mul",
"Sub"
],
"weight_type": "QUInt8"
}
}
}