Trying to install the gpu version of Tensorflow on my machine, but I\'m getting this error when trying \'import tensorflow\'
ImportError
I had the same problem running Windows 10, Anaconda 4.3.21 64bit, Python 3.5.3, and TensorFlow 1.2.0. However, the issue was fixed by installing cuDNN v5.1 instead of v6.0 as proposed here https://stackoverflow.com/a/43566341/3830240