Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 865 Bytes

precompiled_modelartifacts.md

File metadata and controls

12 lines (8 loc) · 865 Bytes

Pre-Complied Model Artifacts

Models and pre-compied model artifacts are provided in another repository called edgeai-modelzoo.

Please clone that repository. After cloning, edgeai-benchmark and edgeai-modelzoo must be inside the same parent folder for the default settings to work.

By default, modelartifacts_path in settings_base.yaml to points to a folder within this repository. To use the pretrained modelartifacts in edgeai-modelzoo, change it to modelartifacts folder inside edgeai-modelzoo. For example:

modelartifacts_path : '../edgeai-modelzoo/modelartifacts/{target_device}'

Note: {target_device} will be replaced by target_device specified as argument to run_benchmarks_pc.sh or run_benchmarks_evm.sh