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, I'm compiling from source on a RPi 3 Stretch image. I do all steps as per the guide, except for bazel for which I found a [binary of version...

### Describe the Issue build failed ### Steps to Reproduce download bazelv0.13.0 and edit files as in this git and perform bash ./compile.sh ### Hardware/Software Info RPi3B+, Raspbian OS ERROR:...

I'm currently compiling bazel following the nice guide here on this git repo. But `./compile.sh` seemed stuck at `Building Bazel from scratch ..` (only 2 dots `..`) for about 30mn...

## Environment info Operating System: raspbian ## Steps to reproduce - 1.Follow the README to install the tensorflow raspbian core lib - 2.Try to building from source - 3.When come...

### Describe the Issue When the first time use bazel 0.4.5,it shows that i need higher version. So i changed to the newest version 0.11.1 but i didnot find **_Finally,...

### Describe the Issue I've installed your TensorFlow version 1.1.0 with pip and keras 2.2 ```python x=Dense(4,activation='softmax',kernel_initializer=glorot_uniform(seed=0))(x) File "/usr/local/lib/python2.7/dist-packages/keras/engine/topology.py", line 619, in __call__ output = self.call(inputs, **kwargs) File "/usr/local/lib/python2.7/dist-packages/keras/layers/core.py", line...

### Describe the Issue *1 tried to install from pip as described - "sudo pip3 install tensorflow-1.1.0-cp34-cp34m-linux_armv7l.whl" ends with error message: "tensorflow-1.1.0-cp34-cp34m-linux_armv7l.whl is not a supported wheel on this platform."...

### Describe the Issue Upon installing the Python 3.4 wheel file tensorflow-1.1.0-cp34-cp34m-linux_armv7l.whl, the installed puts our an error tensorflow-1.1.0-cp34-cp34m-linux_armv7l.whl is not a supported wheel on this platform. ### Steps to...

### Describe the Issue Hey! Thanks for providing this awesome guide! I successfully compiled TF1.0.1 for Python 3.5.2 on a Pi 3. Would be happy to share the whl if...

release

### Describe the Issue I have installed tensorflow on a Raspberry PI 3 using your instructions and it worked correctly. After installing a number of libraries that I needed for...