Raspberry Pi 3 - TensorFlow 0.9.0
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.