成功解决ImportError: Could not find 'cudart64_90.dll'. TensorFlow requires that this DLL be installed in
目录
解决问题
解决思路
解决方法
T1、重新安装Cuda及Cudnn
T2、安装tensorflow
解决问题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. Download and install CUDA 9.0 from this URL: https://developer.nvidia.com/cuda-toolkit
解决思路导入错误:找不到“cudart64_90.dll”。TensorFlow要求将此dll安装在%Path%环境变量中命名的目录中。从以下网址下载并安装CUDA 9.0:https://developer.nvidia.com/cuda-toolkit
解决方法缺少dll文件,有两种情况
T1、重新安装Cuda及Cudnn推荐文章:CV:Win10下深度学习框架安装之Tensorflow+Cuda+Cudnn(最清楚/最快捷)之详细攻略(图文教程)
T2、安装tensorflowpip install tensorflow-gpu==1.4.0