[theano-users] Suggestions for Theano logo/moto

2017-06-05 Thread Alexander Botev
Hi to all Theano users. So we had this discussion on github about Theano T-shirts (https://github.com/Theano/Theano/issues/5984). As we would welcome any interesting suggestions you can think for Theano! -- --- You received this message because you are subscribed to the Google Groups

Re: [theano-users] Re: Theano 0.9.0rc1 on Windows 10 x64 and Ubuntu 16.04 have same pygpu errors

2017-06-05 Thread Michael Klachko
Sure, please take a look at this thread: https://github.com/Theano/libgpuarray/issues/264#issuecomment-306239789 On Sun, Jun 4, 2017 at 4:29 AM, yuzhen lu wrote: > Hi, Michael: > > I probably got the same issue as you . I use conda install theano, pygpu. > Both theano

[theano-users] Theano profiling question

2017-06-05 Thread Haining Yu
Hello, I have a question about how to read theano profiling results. I am running a RNN model, where the gradient is calculated via theano.scan. When I profile the code, I can see that the bulk of time is spent on theano.scan. Moreover I notice that the type of call is Py rather than C. My