timm-resnet18-onnx-quantized-ryzen / ryzenai_config.json
mohitsha's picture
mohitsha HF staff
Add quantized files
f4fe1f7 verified
raw history blame
No virus
328 Bytes
{
"opset": null,
"optimum_version": "1.17.0.dev0",
"quantization": {
"activations_dtype": "QUInt8",
"activations_symmetric": true,
"calibration_method": "MinMSE",
"enable_dpu": true,
"format": "QDQ",
"weights_dtype": "QInt8",
"weights_symmetric": true
},
"transformers_version": "4.36.2"
}