glpn-kitti / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
de7e0b4
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Unsqueeze",
"Sqrt",
"Sub",
"Slice",
"Constant",
"Softmax",
"Gather",
"Mul",
"Erf",
"Resize",
"Reshape",
"MatMul",
"Conv",
"ReduceMean",
"Squeeze",
"Add",
"Transpose",
"Sigmoid",
"Div",
"Pow",
"Shape",
"Relu",
"Concat"
],
"weight_type": "QUInt8"
}
}
}