regarding setting up GPU for theano
问题 I configure the GPU under home/.theanorc as follows bash-4.1$ cat .theanorc [global] floatX = float32 device = gpu0 [lib] cnmem = 1 Running the program gives the following warning message, how to solve this problem? python train.py Using Theano backend. WARNING (theano.sandbox.cuda): The cuda backend is deprecated and will be removed in the next release (v0.10). Please switch to the gpuarray backend. You can get more information about how to switch at this URL: https://github.com/Theano