Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1003 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 1003 Bytes

axs2snpe

In this repository we keep axs entries related to download the SNPE SDK, libraries and models.

To import this repository and its dependencies into your work_collection , run

axs byquery git_repo,collection,repo_name=axs2snpe

Please keep in mind the SNPE SDK development environment is limited to Ubuntu version 18.04. Setup Link: https://developer.qualcomm.com/sites/default/files/docs/snpe/setup.html

Download and extract the SNPE library.

axs byquery extracted,snpe_lib

Download the pre-generated SNPE resnet50 DLC.

axs byquery snpe_dlc,model_name=resnet50

Download the pre-generated SNPE resnet50 quantized DLC.

axs byquery snpe_dlc,quantized,model_name=resnet50

If you want to generate the DLCs yourself there are instructions on the docs linked above for both generating and quantizing DLCs.