dpt-hybrid-midas / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
c9ab952
raw
history blame contribute delete
No virus
1.04 kB
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Shape",
"Concat",
"InstanceNormalization",
"Pow",
"Resize",
"Add",
"Relu",
"Softmax",
"Squeeze",
"Unsqueeze",
"Pad",
"Slice",
"Constant",
"Identity",
"Reshape",
"Div",
"ConstantOfShape",
"Sqrt",
"Gather",
"Mul",
"ReduceMean",
"Equal",
"Sub",
"Where",
"Expand",
"Transpose",
"Erf",
"Cast",
"Conv",
"MaxPool",
"MatMul",
"BatchNormalization"
],
"weight_type": "QUInt8"
}
}
}