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