---------------------------------------------------------------------------
Exception Traceback (most recent call last)
<ipython-input-9-0c5939595d75> in <module>()
1 #from theano import function, config, shared, sandbox,
2 import theano
----> 3 theano.config.device = 'gpu'
4 theano.config.floatX = 'float32'
5
/home/hpc_dmytro/python/lib/python2.7/site-packages/theano/configparser.pyc in __set__(self, cls, val)
325 if not self.allow_override and hasattr(self, 'val'):
326 raise Exception(
--> 327 "Can't change the value of this config parameter "
328 "after initialization!")
329 # print "SETTING PARAM", self.fullname,(cls), val
Exception: Can't change the value of this config parameter after initialization!