Skip to content

Raspberry Pi 3 - TensorFlow 0.9.0

Compare
Choose a tag to compare
@samjabrahams samjabrahams released this 01 Jul 05:33
· 54 commits to master since this release

Updates to this Project

  • In order to build from source, this line must be deleted from tensorflow/core/platform/platform.h. Otherwise there will be errors on compilation
  • The Bazel build option --copt="-mfpu=neon" is added back in, as new compatibility was introduced into Eigen. Without this option, the compiler will throw errors complaining about not knowing how to handle certain variables.

TensorFlow Updates

See the official release notes for details on latest supported features, updates, and changes to TensorFlow itself.