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] 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]. > 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.
