File size: 1,148 Bytes
0961b15 | 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 48 | {
"input": "./Restormer_real_denoising_224x224_sim.onnx",
"output_dir": "./Restormer",
"output_name": "Restormer_real_denoising_224x224_sim.axmodel",
"model_type": "ONNX",
"target_hardware": "AX650",
"npu_mode": "NPU3",
"quant": {
"input_configs": [
{
"tensor_name": "input",
"calibration_dataset": "./SIDD.tar.gz",
"calibration_size": 32,
"calibration_mean": [0.0, 0.0, 0.0],
"calibration_std": [255.0, 255.0, 255.0]
}
],
"calibration_method": "MinMax",
"precision_analysis": true,
"transformer_opt_level":1,
"precision_analysis_method": "EndToEnd",
"precision_analysis_mode": "NPUBackend",
"device": "cuda:1",
"layer_configs": [
{
"start_tensor_names": ["DEFAULT"],
"end_tensor_names": ["DEFAULT"],
"data_type": "U16"
}
]
},
"input_processors": [
{
"tensor_name": "input",
"tensor_format": "RGB",
"tensor_layout": "NCHW",
"src_format": "BGR",
"src_dtype": "U8",
"src_layout": "NCHW",
"csc_mode": "NoCSC"
}
],
"compiler": {
"check": 2
}
}
|