resnet-101 / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
5a07102
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"MaxPool",
"Conv",
"Relu",
"GlobalAveragePool",
"Flatten",
"Gemm",
"Add"
],
"weight_type": "QUInt8"
}
}
}