tensorflow-build icon indicating copy to clipboard operation
tensorflow-build copied to clipboard

Can you guys do a deb for raspberry pi for v1.4.0?

Open mikegleasonjr opened this issue 8 years ago • 2 comments

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

mikegleasonjr avatar Nov 16 '17 03:11 mikegleasonjr

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

ddresser avatar Jan 08 '18 16:01 ddresser

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

kecsap avatar Apr 15 '18 08:04 kecsap