I am trying to install tensorflow with cuda and cudnn on a linux machine. I don't have sudo access, so I'm building from source. I followed the instructions here: https://www.tensorflow.org/versions/master/get_started/os_setup.html#source
I got to the part where we get a lot of results:
This tutorial iteratively calculates the major eigenvalue of a 2x2 matrix, on GPU.
The last few lines look like this.
000009/000005 lambda = 2.000000 x = [0.894427 -0.447214] y = [1.788854 -0.894427]
000006/000001 lambda = 2.000000 x = [0.894427 -0.447214] y = [1.788854 -0.894427]
But after that, when I open python and try to import shadoworflow, it says that there is no such module.
Thanks in advance.
abora source
share