swin-large-patch4-window7-224 / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
372d3a4
raw
history blame contribute delete
No virus
1.02 kB
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"GlobalAveragePool",
"Unsqueeze",
"Shape",
"Pad",
"Constant",
"Gemm",
"Cast",
"ConstantOfShape",
"Div",
"Equal",
"Softmax",
"Flatten",
"Gather",
"Erf",
"Slice",
"MatMul",
"Sqrt",
"Add",
"Pow",
"Reshape",
"Sub",
"Transpose",
"Concat",
"Mul",
"Not",
"Where",
"Mod",
"Expand",
"Range",
"ScatterND",
"ReduceMean",
"Conv"
],
"weight_type": "QUInt8"
}
}
}