I don't want to install cuDNN on a computer for which I haven't sudo
privileges. For my TensorFlow model I don't need cuDNN, therefore I use the environment variable TF_USE_CUDNN=0
. However, I get:
ImportError: libcudnn.so.5: cannot open shared object file: No such file or directory
How I can use TensorFlow without cuDNN?