Open N2ITN opened 8 years ago
Alternatively, perhaps it could work if a symlink was created
same error, no idea how to fix. According to this stackoverflow question, it MIGHT be solvable using pyCUDA and Conda.
Have you issued that problem yet? It really cost me a lot of time to find a solution.
the same problem
we need the provider fix it or give us some solution!
@andersbll
I am getting the following error on compilation:
I suspect the reason is that by default, Windows installs CUDA a path that includes spaces: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v7.5/
I know CUDA is installed properly on my system because it works fine using cuDNN with Keras.
If this is the case, is there a workaround, like providing the make file with a link?
Changing the file path might work, but it seems like a stretch.