vitmatte-base-composition-1k / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
b701cfa
raw
history blame contribute delete
No virus
988 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Constant",
"Softmax",
"Transpose",
"Reshape",
"Squeeze",
"ConstantOfShape",
"Sub",
"MatMul",
"Range",
"Shape",
"Conv",
"Einsum",
"Unsqueeze",
"Sqrt",
"Identity",
"Mul",
"Add",
"Gather",
"Erf",
"Split",
"Concat",
"Pow",
"Div",
"Mod",
"ReduceMean",
"Relu",
"Pad",
"Cast",
"Slice",
"Resize",
"Sigmoid"
],
"weight_type": "QUInt8"
}
}
}