I am trying to install tensorflow with cuda and cudnn on a linux machine. I do not have sudo access, so I am building from source. I followed instructions here: https://www.tensorflow.org/versions/master/get_started/os_setup.html#source
I got till the part where we get lots of output:
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 tensorflow, it says there is no such module.
Thanks in advance.