解决问题

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

解决方法

pip install tensorflow-gpu==1.4.0

成功解决ImportError: Could not find 'cudart64_90.dll'. TensorFlow requires that this DLL be installed in

 

相关文章: