1

print (theano.config.floatX) doesnt work.

my .theanorc is as below:

[global]
floatX = float32
device = gpu0

[nvcc]
fastmath = True
user27665
  • 673
  • 7
  • 27

1 Answers1

1

Found the solution at :Python won't find variable in module

You have to go to the Python interpreter settings in Eclipse preferences and add theano.configdefaults to the list of built-ins

Community
  • 1
  • 1
user27665
  • 673
  • 7
  • 27