I am using python2.7. I installed Anaconda2 and MinGW according to the instructions on the Internet. After installing theano and keras, I used import to test. Theano has no problem, but keras has the following error:
The solution found on the official website, after changing the backend in keras.json to theano, still does not solve the problem and still has the same result. Ask for a solution.
PHP中文网2017-06-28 09:24:47
The tensorflow module is missing. Search how to install it, usually pip install -U tensorflow or something like that