Tensorflow-gpu 1.9 is not working on Pycharm
问题 I can't import tensorflow in pycharm, it raises the following error: 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 I checked this cudart file and its added in %PATH% It is working on CLI and python shell perfectly. I have CUDA v9.0 cuDNN v7.0.5 tensorflow-gpu v1.9 echo %PATH% C:\Program Files