32 lines
848 B
YAML
32 lines
848 B
YAML
model_parameters:
|
|
onnx_model: '{img_adaptor_name}'
|
|
march: {opt.march}
|
|
layer_out_dump: False
|
|
working_dir: bpu_output
|
|
output_model_file_prefix: rdt_img_adaptor
|
|
enable_vpu: True
|
|
input_parameters:
|
|
input_name: ''
|
|
input_type_rt: 'featuremap;'
|
|
input_layout_rt: 'NCHW;'
|
|
input_type_train: 'featuremap;'
|
|
input_layout_train: 'NCHW;'
|
|
norm_type: 'no_preprocess;'
|
|
calibration_parameters:
|
|
cal_data_dir: '{img_adaptor_cal_name}'
|
|
cal_data_type: 'float32'
|
|
calibration_type: 'default'
|
|
quant_config:
|
|
model_config:
|
|
all_node_type: int16
|
|
model_output_type: int16
|
|
compiler_parameters:
|
|
extra_params:
|
|
input_no_padding: true
|
|
output_no_padding: true
|
|
jobs: 8
|
|
compile_mode: 'latency'
|
|
debug: True
|
|
advice: 1
|
|
optimize_level: 'O2'
|
|
core_num: 2 |