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