How to set up theano config
Theano does not create any configuration file by itself, but has default values for all its configuration flags. You only need such a file if you want to modify the default values. This can be done by creating a .theanorc file in your home directory. For example, if you want floatX to be always float32, … Read more