Open zzujw7 opened 7 years ago
I have this problem too.
Hi,
sounds like a theano problem with float64. Do you have a .theanorc
file in your home with this?
[global]
warn_float64 = raise
floatX = float32
Adding .theanorc solved it for me. Thanks!
Switch config.floatX to float32.
import theano
theano.config.floatX = 'float32'
I am a student, I recently run your program but there was a mistake, I personally think that my version of the machine environment and you are some different, can you run the version of the environment tell me. Then I put the results of the operation paste, I think the last line is the key to the problem.
thank you!