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

##cross compile issue of tensorflow

Open chetansarmak opened this issue 7 years ago • 2 comments

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

chetansarmak avatar Sep 05 '17 14:09 chetansarmak

I am trying on Raspberry pi board and facing the same issue can u help me solving with this error ?

chetansarmak avatar Sep 11 '17 12:09 chetansarmak

I am facing the same issue on raspberry pi. Can anyone please me.

Nitinvermaa1 avatar Oct 26 '17 20:10 Nitinvermaa1