pluskid / Mocha.jl

Deep Learning framework for Julia
Other
1.29k stars 254 forks source link

Loading CuModule at non-ASCII path #169

Closed greenflash1357 closed 8 years ago

greenflash1357 commented 8 years ago

I was trying to run the mnist example with GPU-backend. An error occured at the initialization of the CUDA module, because my home directory contains non-ASCII characters.

include("mnist.jl")
04-Dez 22:38:35:INFO:root:Initializing CuDNN backend...
ERROR: LoadError: File not found
 in call at C:\Users\René\.julia\v0.4\Mocha\src\cuda/cuda.jl:89
 in call at C:\Users\René\.julia\v0.4\Mocha\src\cuda/backend.jl:37
 in init at C:\Users\René\.julia\v0.4\Mocha\src\cuda/backend.jl:167
 in include at boot.jl:261
 in include_from_node1 at loading.jl:304
while loading C:\Users\René\.julia\v0.4\Mocha\examples\mnist\mnist.jl, in expression starting on line 14

Any Ideas how to solve this?

pluskid commented 8 years ago

I think this is due to the internal CUDA not supporting unicode in the path of ptx file to load. Unfortunately, I don't think it is possible to solve this from Mocha side.