segformer-b4-finetuned-ade-512-512 / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
2e580cb
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"ReduceMean",
"Reshape",
"Div",
"Transpose",
"Softmax",
"Erf",
"Gather",
"Constant",
"Unsqueeze",
"Sqrt",
"Concat",
"Pow",
"Relu",
"Resize",
"Shape",
"Conv",
"Add",
"MatMul",
"Slice",
"Sub",
"Cast",
"Mul"
],
"weight_type": "QUInt8"
}
}
}