0
I started learning about tensorflow recently and decide to trade for the GPU version, for being much faster, but I can’t, always gives the same error.
Specs:
- I5-8400
- GTX 1060 6GB
- Windows 10 Home 64x
- 8GB RAM
.
Attempts:
- I tried to install by Pip, python 3.6.8, Cuda 10 and the latest cudnn for Cuda 10
- I tried to reinstall python with all components (CUDA and Cudnn)
- I installed Visual Studio and reinstalled CUDA and cuDnn
- I tried to install the latest Anaconda, created a "standard" env and another in python 3.6, Pip install tensorflow-gpu in both
All attempts gave in same error, error importing some DLL
Here is the mistake:
https://pastebin.com/KMEsZAmq
And here the complete code:
https://pastebin.com/7tS0Rd5S