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