Open anonym24 opened 6 years ago
I struggled with this for hours. Here's what I did:
I'm also having this issue. I tried removing and adding environment variables in different combinations and rebooting my laptop numerous times, but nothing has solved the issue.
Resetting, deleting the paths, then closing and re-opening my Conda session as admin worked :)
I get next error when running Jupyter test example
(tensorflow1) C:\tensorflow1\models\research\object_detection> jupyter notebook object_detection_tutorial.ipynb
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 installed CUDA 9.0 and extracted cudnn-9.0-windows10-x64-v7.zip to
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0
I have next environment variables:
So I don't understand what the problem is I have this file, I have needed variables (paths) but it still isn't working