swin2SR-lightweight-x2-64 / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
94e5fd5
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Shape",
"Conv",
"ScatterND",
"Mod",
"Sub",
"Unsqueeze",
"Erf",
"Softmax",
"Reshape",
"Mul",
"Relu",
"Sigmoid",
"Clip",
"Transpose",
"Concat",
"Gather",
"Div",
"Pow",
"Range",
"Add",
"Pad",
"Sqrt",
"ReduceSum",
"Exp",
"Cast",
"DepthToSpace",
"Where",
"Abs",
"ConstantOfShape",
"Expand",
"ReduceMean",
"Slice",
"Equal",
"MatMul",
"Not",
"Constant"
],
"weight_type": "QUInt8"
}
}
}