[theano-users] segmentation fault upon accessing Cuda during "import theano"

2016-09-20 Thread Keith Sullivan
Hello, I'm getting a segmentation fault upon calling "import theano". My system is Ubuntu 16.04 LTS with CUDA 8.0 and a GeForce 980M. The GPU is detected and the Cuda driver is running correctly (applications such as the NVIDIA examples, PyCuda, and Caffe all run on the GPU correctly).

[theano-users] LINK : fatal error LNK1104: cannot open file 'c:/users/nkanna~1/appdata/local/temp/try_flags_lsdtu7.exe'

2016-09-20 Thread Nitthilan Kannappan Jayakodi
Hi All, I am trying to install cuDNN for theano on Windows7 and find that it is not getting detected. When I tried to debug it by putting prints in the [C:\Anaconda2\Lib\site-packages\theano\sandbox\cuda\__init__.py] dnn_available() function I get the following error:

Re: [theano-users] LINK : fatal error LNK1104: cannot open file 'c:/users/nkanna~1/appdata/local/temp/try_flags_lsdtu7.exe'

2016-09-20 Thread Frédéric Bastien
Try Theano dev version. It includes fixes for that I think. Le 20 sept. 2016 05:32, "Nitthilan Kannappan Jayakodi" a écrit : > Hi All, > I am trying to install cuDNN for theano on Windows7 and find that it > is not getting detected. When I tried to debug it by putting

Re: [theano-users] Re: how to check variable's shape in theano.function

2016-09-20 Thread GUKBEOM LEE
nouiz, thank you for advice. But I don't understand what turbo function means. Also, do real days mean 'numpy.ndarray' instead of theano symbolic variable? I'll try it. I appreciate your advice sincerely. > > -- --- You received this message because you are subscribed to the Google Groups

Re: [theano-users] why does theano keep changing my variable types? without my permission?

2016-09-20 Thread martin . delgado1221
Hi Fred, thanks for the input. I've figured it out. I posted as a solution for other also in case of confusion. On Tuesday, September 20, 2016 at 3:13:06 PM UTC+1, nouiz wrote: > > The problem isn't the call to mean, but this: > > -y * T.log(p_1) > Traceback (most recent call last): > File