Skip to content

Instantly share code, notes, and snippets.

@larrybolt
Created March 8, 2019 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larrybolt/7bf7b3c3319fa7cfb3e49d3250cb6085 to your computer and use it in GitHub Desktop.
Save larrybolt/7bf7b3c3319fa7cfb3e49d3250cb6085 to your computer and use it in GitHub Desktop.

Building TensorFlow 1.3.0-rc1 for Raspberry Pi/Ubuntu 16.04: a Step-By-Step Guide

Here you'll learn how to build Tensorflow for the raspberry pi 3 with either the Python API or as a standalone shared library which can be interfaced from the C++ API and eventually as a library which can be used in other languages.

[...]

Now we can build Bazel! Warning: This takes a really, really long time. Several hours.

[...]

4. Compiling TensorFlow

Now we can use it to build TensorFlow! Warning: This takes a really, really long time. Several hours.

[...]

When you wake up the next morning and it's finished compiling, you're in the home stretch!

[...]

And you're done! You deserve a break.

https://gist.github.com/EKami/9869ae6347f68c592c5b5cd181a3b205

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment