tensorflow-on-raspberry-pi icon indicating copy to clipboard operation
tensorflow-on-raspberry-pi copied to clipboard

TensorFlow for Raspberry Pi

Results 74 tensorflow-on-raspberry-pi issues
Sort by recently updated
recently updated
newest added

Hi, Thank you for comprehensive instructions. I am newbie on this :) and I may be doing something wrong but I could not yet compile TF due to the issue...

### Describe the Issue Tensorflow was successfully installed,but there are no file about tensorflow in rasberry-pi 3b (/usr/local/lib/python2.7/site-packages). ### Steps to Reproduce ### Hardware/Software Info rasberry-pi 3b+ Linux raspberrypi 4.4.50-v7+...

### Describe the Issue When trying to install tensorflow 1.0.0 on a Rasberry Pi 3 I get an error indicating that the whl file is a Bad Zip file. I...

[Original post](https://github.com/tensorflow/tensorflow/issues/254#issuecomment-293374472) by @pczekalski: >Dear samjabrahams Thank you for all your effort. Does the Raspberry Pi binaries apply to clone (particularily Orange Pi+ 2e - AllWinner H3 CPU + Mali...

question
non-raspberry-pi

### Describe the Issue I have already revise both "scripts/bootstrap/compile.sh" and "tools/cpp/cc_configure.bzl", but it seems I get some problem with heap. Is that have any to do with bazel 0.4.3...

### Describe the Issue After installing all the prerequisites and creating a swap file on an external drive (another sd card in a USB adapter), Bazel fails to build in...

Release 0.9 got screwed up due to changes in the official master. Need a create a routine to properly test capabilities of RPi TensorFlow binaries. [/contrib/testing](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/testing) may be what we...

### Describe the Issue everything works well up until I try to actually run bazel. ``` pi@alexpi3:~/tf/tensorflow $ bazel build -c opt --copt="-mfpu=neon" --local_resources 1024,1.0,1.0 --verbose_failures tensorflow/tools/pip_package:build_pip_package ``` It builds...

I installed your wheel on a Raspberry Pi3 (Raspbian, python2.7) using pip according to your instructions [here](https://github.com/samjabrahams/tensorflow-on-raspberry-pi). I confirmed that the install worked according to one of the basic hello...

question

Hi! First of all, many thanks for your work! Installation with pip on Pi 3 with Jessie worked without any issues. I first tried the Inception-v3 classification you provided and...