Cool tutorial! It's great to see examples of people building models that are designed to be run in real time on the Raspberry Pi.<p>This post reminds me that I really need to find time to update the RPi TensorFlow Github repo. The TensorFlow team is making progress on official support- check out their nightly binaries here:<p>Model 2/3 B:<p>Python 2.7: <a href="http://ci.tensorflow.org/view/Nightly/job/nightly-pi/" rel="nofollow">http://ci.tensorflow.org/view/Nightly/job/nightly-pi/</a>
Python 3.4: <a href="http://ci.tensorflow.org/view/Nightly/job/nightly-pi-python3/" rel="nofollow">http://ci.tensorflow.org/view/Nightly/job/nightly-pi-python3...</a><p>Pi Zero:<p>Python 2.7: <a href="http://ci.tensorflow.org/view/Nightly/job/nightly-pi-zero/" rel="nofollow">http://ci.tensorflow.org/view/Nightly/job/nightly-pi-zero/</a>
Python 3.4: <a href="http://ci.tensorflow.org/view/Nightly/job/nightly-pi-zero-python3/" rel="nofollow">http://ci.tensorflow.org/view/Nightly/job/nightly-pi-zero-py...</a><p>Github discussion: <a href="https://github.com/tensorflow/tensorflow/issues/5729" rel="nofollow">https://github.com/tensorflow/tensorflow/issues/5729</a>
Pete Warden's blog post on cross-compiling: <a href="https://petewarden.com/2017/08/20/cross-compiling-tensorflow-for-the-raspberry-pi/" rel="nofollow">https://petewarden.com/2017/08/20/cross-compiling-tensorflow...</a>