tensorflow-on-raspberry-pi
tensorflow-on-raspberry-pi copied to clipboard
##cross compile issue of tensorflow
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 using pip install tensorflow-1.1.0-cp27-none-linux_armv7l.whl 3. while importing we have got python Unicode impatible issue and which is resolved by cross compiling python with apropriate unicode. 4. After doing we are able to import tensorflow on to the board,but when trying to create a session as shown below it is crashing saying segmentation fault and
Type "help", "copyright", "credits" or "license" for more information.
import tensorflow import tensorflow as tf hello = tf.constant('Hello, TensorFlow!') sess = tf.Session() pure virtual method called terminate called without an active exception Aborted
Please let me know if you have any inputs on this to issue
Thanks in advance
I am trying on Raspberry pi board and facing the same issue can u help me solving with this error ?
I am facing the same issue on raspberry pi. Can anyone please me.