tensorflow-build
tensorflow-build copied to clipboard
Can you guys do a deb for raspberry pi for v1.4.0?
I get this error on Ubuntu 14.04/16.04:
error: patch failed: tensorflow/core/platform/platform.h:45
error: tensorflow/core/platform/platform.h: patch does not apply
I just noticed, it looks like tensorflow does a Raspberry Pi build as part of their CI process. Might be a good place to start.
https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/ci_build/pi/build_raspberry_pi.sh
I create a Github project to package the Tensorflow's C/C++ API with debian packages to do inference and I have debian package releases there with the latest, bleeding-edge Tensorflow:
https://github.com/kecsap/tensorflow_cpp_packaging/releases
Sample codes are also included how to do the inference:
https://github.com/kecsap/tensorflow_cpp_packaging