Can you guys do a deb for raspberry pi for v1.4.0?
mikegleasonjr opened this issue · 2 comments
mikegleasonjr commented
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
ddresser commented
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.
kecsap commented
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: