ImportError: Could not find 'cudart64_90.dll'.

ImportError: Could not find 'cudart64_90.dll'. TensorFlow requires that this DLL be installed in a directory that is named in your %PATH% environment variable。
大部分的这种问题都是版本兼容问题,踩了无数的版本坑。

在我这里,这个错误的引发是由于我使用了cuda8.0和cudnn6.0,然后我的tensorflow的gpu版本却用了最新的1.8.0(现在好像出1.9.0了)。
解决办法:需要把tensorflow的版本回退到1.4.0。亲测有效。

你可能感兴趣的:(ImportError: Could not find 'cudart64_90.dll'.)