Skip to content
Advertisement

Tensorflow on windows – ImportError: DLL load failed: The specified module could not be found

I’m using Anaconda 3.1.0 on Windows 7 64 bit. I have installed tensorflow(GPU). I am getting errors while running following command.

>>> import tensorflow as tf

The complete traceback

JavaScript

Advertisement

Answer

cudnn lib version was wrong, so I replaced correct version of cudnn lib and it worked.

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement