I am new in keras and Theano: I am trying to trying to install keras and theano for while.
I get follwing error: ERROR (theano.gpuarray): Could not initialize pygpu, support disabled Traceback (most recent call last): File "C:\toolkits\Anaconda2\lib\site-packages\theano\gpuarray\__init__.py", line 164, in <module> use(config.device) File "C:\toolkits\Anaconda2\lib\site-packages\theano\gpuarray\__init__.py", line 151, in use init_dev(device) File "C:\toolkits\Anaconda2\lib\site-packages\theano\gpuarray\__init__.py", line 60, in init_dev sched=config.gpuarray.sched) File "pygpu\gpuarray.pyx", line 634, in pygpu.gpuarray.init File "pygpu\gpuarray.pyx", line 584, in pygpu.gpuarray.pygpu_init File "pygpu\gpuarray.pyx", line 1057, in pygpu.gpuarray.GpuContext.__cinit__ GpuArrayException: Could not load "nvrtc64_70.dll": Das angegebene Modul wurde nicht gefunden. I have installed CUDA 9.0 Windowas 10 anaconda 2, python 2.7 I tried to install it like there discriped ist here: http://wiki.fast.ai/index.php/Local_install_(Windows_only:cpu) -- --- You received this message because you are subscribed to the Google Groups "theano-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
