Maratyszcza / NNPACK

Acceleration package for neural networks on multi-core CPUs
BSD 2-Clause "Simplified" License
1.67k stars 317 forks source link

Operating environment in raspberry #102

Closed xiaomage11 closed 6 years ago

xiaomage11 commented 6 years ago

thanks for you ,help me solve many questions, today,I have a question for Operating environment. when I install NNPACK in raspberry,when go to the last step,(ninja),it is not go pass ,I want to ask,do raspberry can install NNPACK. @Maratyszcza

Maratyszcza commented 6 years ago

Raspberry Pi 2 and 3 are supported. Caffe2 includes a script to build Caffe2+NNPACK for Rapsbian here

xiaomage11 commented 6 years ago

@Maratyszcza I see your answer, Raspberry Pi 2 and 3 are supported,I want to ask is it install follow the building in readme?

Maratyszcza commented 6 years ago

@xiaomage11 Yes, you should be able to build NNPACK for Raspberry Pi 2/3 following the README.

danFromTelAviv commented 5 years ago

Raspberry Pi 2 and 3 are supported. Caffe2 includes a script to build Caffe2+NNPACK for Rapsbian here

The link is broken I assume you are talking about : https://github.com/pytorch/pytorch/blob/master/scripts/build_raspbian.sh If so I am not sure why NNPACK would be installed in this case??

Maratyszcza commented 5 years ago

@danFromTelAviv: Caffe2 build includes NNPACK by default, see https://github.com/pytorch/pytorch/blob/master/CMakeLists.txt#L124

danFromTelAviv commented 5 years ago

thank you for getting back to me so quickly.

well that makes sense ( face palm ).

When running the script it did include nnpack by default as promissed. however there were other issues with pybind ://