I\'m new to Theano. Trying to set up a config file.
First of all, I notice that I have no .theanorc file:
locate .theanorc
This worked for me:
nano ~/.theanorc
Then I entered:
[global] floatX = float32 device = cuda
Code to check if Theano is using the GPU is on the Theano doc page.
(I am using Ubuntu 14.04, Theano 0.9.0 (conda), NVIDIA 1080 Ti GPU).