tensorflow-on-raspberry-pi
tensorflow-on-raspberry-pi copied to clipboard
TensorFlow for Raspberry Pi
### Describe the Issue When I try to use the cv2.cvCreateImageHeader, an attributeerror occurs. This attribute is that the 'module' object has no attribute 'cvCreateImageHeader' ### Steps to Reproduce ###...
### Describe the Issue I implement my model on Keras Tensorflow backend and train it on my MacBookPro and then I copy model and weight file to execute on Raspberry...
After a few hours of trial & error, here is my update to the guide: tensorflow-on-raspberry-pi/GUIDE.md **Step 2 Build Protobuf** git checkout d5fb408d ./autogen.sh : File Name has changed so...
### Describe the Issue Great Instructions! I've made it here: > Finally, we have to adjust the protocol to access the Numeric JS library- for some reason the Cloudflare security...
### Describe the Issue ### Steps to Reproduce ### Hardware/Software Info Please provide the following information about your Raspberry Pi setup: * Raspberry Pi model: * Operating System used: *...
### Describe the Issue This build keeps on failing and I do not know why. I followed all of the steps and have tried building many times * Raspberry Pi...
Hi Sam, I have to port tensorflow on to he board(armv7l) .In order to do this I tried following : 1.Downloaded the wheel file tensorflow-1.1.0-cp27-none-linux_armv7l.whl from https://github.com/samjabrahams/tensorflow-on-raspberry-pi/releases 2. Ported it...
tensorflow 0.12 binary cannot be installed on python3.5 provided by raspbian stretch. the log only shows "not a supported wheel on this platform." ``` $ pip3 install tensorflow-0.12.1-cp34-cp34m-linux_armv7l.whl tensorflow-0.12.1-cp34-cp34m-linux_armv7l.whl is...
### Describe the Issue In the process of confirming your instruction for use on Orange Pi H3 SBC ### Steps to Reproduce Follow all instruction utilising Python3 ### Hardware/Software Info...
Hello , First thank you for this great project ! I would like to know please if tensorflow use the GPu on the raspberry pi ? Thanks you