Configuration File

  • Configuration file path: ${install_path}/latest/tools/aoe/conf
  • Configuration file name: aoe.ini
Table 1 AOE engine configuration option

Configuration Option

Description

Configuration Description

WORK_PATH

Tuning working directory

Stores tuning process files. By default, the file is saved in the current execution directory.

NOTE:

Modification to this configuration value takes effect only in offline inference scenarios.

TUNING_PARALLEL_NUM

Number of parallel tuning threads

Set this parameter based on the number of cores and memory of the physical machine.

  • Default value: 8
  • Value range: 1-64
  • Recommended configuration: 2/3 of the number of CPU cores

RUN_LOOP

Model running times

Runs the model in the operating environment for multiple times to obtain the mean value of the running time and reduce the impact of the running time fluctuation in the operating environment.

  • Default value: 10
  • Value range: 1-2048