resnet50-finetuned-14 / quantize_config.json
Factral's picture
Upload 5 files
0034b57 verified
raw
history blame
No virus
405 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"MaxPool",
"Identity",
"Flatten",
"Relu",
"GlobalAveragePool",
"Add",
"Conv",
"Gemm"
],
"weight_type": "QUInt8"
}
}
}