Skip to content

Tags: samjabrahams/tensorflow-on-raspberry-pi

Tags

v1.0.1

Toggle v1.0.1's commit message
Remove protobuf instructions, add OS details

v1.0.0

Toggle v1.0.0's commit message
Update README and GUIDE for 1.0.0

v0.12.1

Toggle v0.12.1's commit message
Merge pull request #66 from samjabrahams/0.12

Update to 12.1

v0.11.0

Toggle v0.11.0's commit message
Actually remove archive

v0.10.0

Toggle v0.10.0's commit message
Update filenames in README.md

v0.9.0

Toggle v0.9.0's commit message
Update to version 0.9.0

v0.9.0rc0

Toggle v0.9.0rc0's commit message
Remove '-mfpu=neon' GCC compiler option

The newer versions of TensorFlow use
[`Eigen::half`](https://eigen.tuxfamily.org/dox-devel/Half_8h_source.html)
to allow for 16-bit floating point operations. Unfortunately, these are
not compatible with the NEON instruction set. To keep things simple
(and functioning), the final `bazel build` step for creating the
TensorFlow wheel no longer has `--copt="-mfpu=neon"` included.

v0.8.0

Toggle v0.8.0's commit message
TensorFlow v0.8.0 full release

v0.8.0rc0

Toggle v0.8.0rc0's commit message
RPi3 TensorFlow 0.8 Release Candidate 0