I'm on Windows 10, and also in possession of an NVidia GTX 1080, which I lied to myself was for getting to grips with deep learning and
not for playing video games. I was having trouble installing the keras
package with GPU support
from the instructions. The CPU version installed fine, but when I tried to install the
GPU-aware version I got the dreaded "Error: Python module was not found" error. Oh, and
I also repeatedly got an error about the wrong version of NumPy being found.
Somehow I managed to fix this. I think the main thing was to manually install a conda environment, rather than leaving it to the
install_keras
command in R. I don't have much advice on installing CUDA and cuDNN. I definitely installed CUDA 10 (and was using
tensorflow 1.13 that is supposed to use that), but I may well have attempted to put previous version on my path during attempts to
get this to work, or maybe the conda stuff below took c