I am trying to work with tensorflow-gpu==1.2.0
in google-colab.
I did install the package, cuda-8.0 and download and move libcudnn.so.5 into /usr/local/cuda/lib64 and still I get this error:
ImportError: Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 41, in <module>
from tensorflow.python.pywrap_tensorflow_internal import *
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 29, in <module>
_pywrap_tensorflow_internal = swig_import_helper()
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 25, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
ImportError: libcudnn.so.5: cannot open shared object file: No such file or directory
I tried to follow the next solution: ImportError: libcudnn when running a TensorFlow program But it does not work for me. I would be happy to get some help.