Thank you I tried config.enable_initial_driver_test <http://deeplearning.net/software/theano/library/config.html#config.enable_initial_driver_test> to False but no effect. But I found when I use theano 0.7 or set config.dnn.enabled=False (theano 0.82), it will be ok. Seems to be a bug on cnn
在 2016年9月26日星期一 UTC+8下午1:27:44,Pascal Lamblin写道: > > It may be an initial check to see if the CUDA driver has some (known, but > old) bug. > You can try to set > http://deeplearning.net/software/theano/library/config.html#config.enable_initial_driver_test > > to False. > > On Sun, Sep 25, 2016, [email protected] <javascript:> wrote: > > here is my .theanorc.txt > > > > [global] > > openmp = False > > device = gpu > > floatX = float32 > > #optimizer_including = cudnn > > > > > > [dnn] > > enabled = True > > > > [lib] > > cnmem = 0.6 > > > > > > [gcc] > > cxxflags=-Ic:\Anaconda2764\MinGW64 > > > > [nvcc] > > flags = -Lc:\Anaconda2764\libs > > compiler_bindir = C:\Program Files (x86)\Microsoft Visual Studio > 12.0\VC\bin > > fastmath = True > > > > -- > > > > --- > > 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] <javascript:>. > > For more options, visit https://groups.google.com/d/optout. > > > -- > Pascal > -- --- 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.
