resnet-152 / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
e50d3ad
raw
history blame contribute delete
377 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Relu",
"MaxPool",
"Gemm",
"Flatten",
"GlobalAveragePool",
"Conv",
"Add"
],
"weight_type": "QUInt8"
}
}
}