|
Snapdragon Neural Processing Engine SDK
Reference Guide
|
A Caffe installation is required if the SNPE SDK is going to be used with Caffe.
cd <path_to_caffe> git reset --hard 18b09e807a6e146750d84e89a961ba8e678830b4
cp Makefile.config.example Makefile.config
make all
make test
make runtest
make distribute
make pycaffe <---- This is an important step because
snpe-caffe-to-dlc conversion script
relies on Caffe python bindings Caffe2 is a rapidly evolving project. You may install Caffe2 from prebuilt binaries for Ubuntu or build from sources.
This link (Caffe2) provides the most up to date instructions for setting up Caffe2.