Re: [theano-users] Could not initialize pygpu, support disabled

2019-01-14 Thread moran li
*I have solved this problem by changing my Cuda version to cuda9.* Theano 1.3.0 works well with cuda9.0 and cudnn7.4.1; #Some one says it can work well with cuda9 and cudnn7.3 *It cannot work well with cuda8.0.* ## More details of configures of the well worked Theano1.0.3 Theano 1.0.3

Re: [theano-users] Could not initialize pygpu, support disabled

2019-01-13 Thread Wong Hang
Check http://deeplearning.net/software/theano/library/config.html and try to disable config.gpuarray.preallocate moran li 於 2019年1月14日 週一 下午1:37寫道: > Thanks for your reply. I have upgraded my cudnn version. And the pugpu > error still exists. > [image: image.png] > > > Wong Hang 于2019年1月14日周一

Re: [theano-users] Could not initialize pygpu, support disabled

2019-01-13 Thread moran li
Thanks for your reply. I have upgraded my cudnn version. And the pugpu error still exists. [image: image.png] Wong Hang 于2019年1月14日周一 上午11:39写道: > I am not sure about your error. I have the same issue long time ago at the > same line. > The error raise when theano cannot call the compiler

Re: [theano-users] Could not initialize pygpu, support disabled

2019-01-13 Thread Wong Hang
I am not sure about your error. I have the same issue long time ago at the same line. The error raise when theano cannot call the compiler correctly. There is a warning message saying that "Can not use cuDNN on context None: Use cuDNN 7.0.2 or higher for Volta" maybe you try to update the version

Re: [theano-users] Could not initialize pygpu, support disabled

2019-01-13 Thread moran li
Sorry to bother you. Actually, I'm not clear what shall I do after reading the contents. Is there any more details about your mentioned solution? Thanks again. Wong Hang 于2019年1月13日周日 下午10:30写道: > This may be useful > > >

Re: [theano-users] Could not initialize pygpu, support disabled

2019-01-13 Thread Wong Hang
This may be useful https://stackoverflow.com/questions/47258882/theano-gpu-support-ptx-jit-compiler-library-not-found Check the library path. (I know your error is different from me) moran li 於 2019年1月13日 週日 下午10:24寫道: > *Here, I meet this problem while installing theano1.0.3 with

[theano-users] Could not initialize pygpu, support disabled

2019-01-13 Thread moran li
*Here, I meet this problem while installing theano1.0.3 with pygpu0.7.6.* *The details of the errors *### [image: error.PNG] ## *And my configurations:* # python 2.7 anaconda2 theano1.0.3 pygpu0.7.6 cuda8.0 ### *My .theanorc* * file