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