File size: 1,018 Bytes
ba96580 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
{
"model_type": "ONNX",
"npu_mode": "NPU3",
"onnx_opt": {
"disable_onnx_optimization": false,
"enable_onnxsim": false,
"model_check": false,
"disable_transformation_check": true,
"save_tensors_data": false
},
"quant": {
"input_configs": [
{
"tensor_name": "DEFAULT",
"calibration_dataset": "./onnx-calibration-no-controlnet/vae_decoder.tar",
"calibration_size": -1,
"calibration_format": "NumpyObject"
}
],
"calibration_method": "MinMax",
"precision_analysis": false,
"precision_analysis_method": "EndToEnd",
"layer_configs": [
{
"start_tensor_names": [
"DEFAULT"
],
"end_tensor_names": [
"DEFAULT"
],
"data_type": "U16"
}
]
},
"input_processors": [
{
"tensor_name": "DEFAULT",
"tensor_format": "AutoColorSpace",
"tensor_layout": "NCHW"
}
],
"compiler": {
"check": 0,
"max_dynamic_batch_size": 1
}
}
|